Skip to content

Topsters 2 Black BG Restoration by multiwastaken

Screenshot of Topsters 2 Black BG Restoration

Details

Authormultiwastaken

LicenseNo License

Categoryneverendingchartrendering

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restores the black background in Topsters 2 (neverendingchartrendering.org) prior to the background being changed to gray. Also un-fucks the "How to Use" page.

Notes

10/4/2024 dude's into hegel now . hegel begone

Source code

/* ==UserStyle==
@name         Topsters 2 Black Background Restored
@version      2024.4.10-2
@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/") {
/*black bg*/
body, html {
    background: rgb(0, 0, 0);
}

/*HEGEL BEGONE*/
#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;
}

}

@-moz-document url(https://www.neverendingchartrendering.org/about/#missing-albums){
main {
  max-width: none;
}
}

Reviews

No reviews yet.