Eases Snaplinks Usage
Fantasy Adopts - No Profile Button In Daycare by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categoryfantasyadopts.mysidiahost.com
Created
Updated
Size357 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fantasy Adopts - No Profile Button In Daycare
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Eases Snaplinks Usage
@author Werewire
==/UserStyle== */
@-moz-document url-prefix("https://fantasyadopts.mysidiahost.com/levelup/daycare") {
#daycare td button {
display:none;
}
}