A stupid hack to make all the spawn conditions appear. I have space on my screen goddamnit
cobblemon.tools: Display All Spawn Conditions by jimj316
Details
Authorjimj316
LicenseNo License
Categorycobblemon.tools
Created
Updated
Size399 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 Display All Spawn Conditions
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A stupid hack to make all the spawn conditions appear. I have space on my screen goddamnit
@author Nekojimi
==/UserStyle== */
@-moz-document url-prefix("https://cobblemon.tools/") {
.spawn-condition {
display: flex !important;
}
}