Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- firefox -> user profile dir(help/troubleshoot/user dir) -> create folder:chrome -> create file:userContent.css -> restart firefox
- */
- @-moz-document domain(qbn.com) {
- /* uv/dv gone */
- .reply .score{
- display:none !important;
- }
- /* yurimon gone */
- a[href$='/yurimon/']{
- display:none !important;
- }
- /* detritus is racist */
- a[href$='/detritus/']{
- color:#fff !important;
- }
- /* night node */
- body {
- color: #A9A9A9 !important;
- }
- #page {
- position: relative;
- min-height: 100%;
- background-color: #303030 !important;
- }
- #sidebar .logo {
- width: 100px;
- height: 100px;
- margin: 25px 0 0 46px;
- color: #fff !important;
- font-size: 50px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment