Last active
June 27, 2025 02:51
-
-
Save nisc/2d8df822faf2e906dff637d1fdf6fcde to your computer and use it in GitHub Desktop.
Grok: Remove moving stars via uBlock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(these are custom uBlock Origin static filters)