he shut down the site lmao you dont need this
Topsters 2 Black BG Restoration (DEAD) by multiwastaken
Details
Authormultiwastaken
LicenseNo License
Categoryneverendingchartrendering
Created
Updated
Size987 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
10/4/2024 dude's into hegel now . hegel begone
7/5/2024 aaaaaaaand its gone
Source code
/* ==UserStyle==
@name Topsters 2 Black Background Restored
@version 2024.5.7
@namespace userstyles.world/user/multiwastaken
@description Restores the black background in the topster rendering website neverendingchartrendering.org prior to the background being changed to gray. Also un-fucks the "How to Use" page.
@author multiwastaken
@license No License
==/UserStyle== */
@-moz-document url("https://www.neverendingchartrendering.org/") {
/* he shut down topsters*/
/* black bg
body, html {
background: rgb(0, 0, 0);
}
#search > div > div:nth-child(2) > h4:nth-child(2) {
display : none;
}
#search > div > div:nth-child(2) > p:nth-child(3) {
display : none;
}
#search > div > div:nth-child(2) > p:nth-child(4) {
display : none;
}
#search > div > div:nth-child(2) > p:nth-child(5) {
display : none;
}
#search > div > div:nth-child(2) > p:nth-child(6) {
display : none;
}
} */