79357223

Date: 2025-01-15 06:31:04
Score: 5.5
Natty: 5.5
Report link

import pyautogui

window = [ x for x in pyautogui.getAllWindows()]

for i in window: if 'Google Chrome' in i.title: i.hide()

how to unhide window ????

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Red devil imran