Eases grabbing eggs
Eggcave - Reduced Cave Page by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categoryeggcave
Created
Updated
Size562 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
known possible issues: easter eggs appearing will be invisible. you will have to disable this during april unless i find a solution
Source code
/* ==UserStyle==
@name Eggcave - Reduced Cave Page
@namespace github.com/openstyles/stylus
@version 1.0.6
@description Eases grabbing eggs
@author Werewire
==/UserStyle== */
@-moz-document url-prefix("https://eggcave.com/cave") {
.notification.is-warning, .image img[src="https://static.eggcave.com/explore/eggcave.jpg"] {
display:none;
}
/*Baiting. Remove below css if you would like to use it keep the extra } down there though*/
.mt-5.is-size-7.has-text-centered.box {
display: none;
}
}