Skip to content

Instantly share code, notes, and snippets.

@nightpool
Last active January 13, 2025 01:22
Show Gist options
  • Save nightpool/de99ed77668f70d7db6410f96c13fb02 to your computer and use it in GitHub Desktop.
Save nightpool/de99ed77668f70d7db6410f96c13fb02 to your computer and use it in GitHub Desktop.
puzzle baron hide speed stats
/* ==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