Last active
January 13, 2025 01:22
-
-
Save nightpool/de99ed77668f70d7db6410f96c13fb02 to your computer and use it in GitHub Desktop.
puzzle baron hide speed stats
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
/* ==UserStyle== | |
@name starbattle.puzzlebaron.com | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description hide speed status on puzzle baron star battle | |
@author nightpool | |
==/UserStyle== */ | |
@-moz-document domain("starbattle.puzzlebaron.com") { | |
table:has(table > tbody > tr > td[background="https://www.puzzlebaron.com/global/template/images/graph/graph.gif"]) { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment