Skip to content

Instantly share code, notes, and snippets.

@nisc
Last active June 27, 2025 02:51
Show Gist options
  • Save nisc/2d8df822faf2e906dff637d1fdf6fcde to your computer and use it in GitHub Desktop.
Save nisc/2d8df822faf2e906dff637d1fdf6fcde to your computer and use it in GitHub Desktop.
Grok: Remove moving stars via uBlock
! grok.com: Hide animations and transitions (e.g., for widgets)
grok.com##* { animation: none !important; transition: none !important; }
! grok.com: Hide CPU consuming "space" idle screensaver (moving stars)
grok.com##.absolute.top-0.left-0.w-full.h-full > canvas
! grok.com: Less specific screensaver hiding (might hide charts or graphics)
!grok.com##canvas
@nisc
Copy link
Author

nisc commented Jun 27, 2025

(these are custom uBlock Origin static filters)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment