Skip to content

www.reddit.com - 28.1.2023, 15:05:39 by aroddo

Details

Authoraroddo

LicenseNo License

Categoryreddit.com

Created

Updated

Size968 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

disable sidebar. made for when viewing reddit on tablet in desktop mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.reddit.com - 28.1.2023, 15:05:39
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.reddit.com") {
 
    div#AppRouter-main-content > div > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(1){
	    width:100%;
    }
        
    div#AppRouter-main-content > div > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2){
	    display:none;
    }    
    
     
    div.ListingLayout-outerContainer >  div:nth-child(2) > div:nth-child(5) > div:nth-child(1){
        width:100%;
    }
    
    div.ListingLayout-outerContainer >  div:nth-child(2) > div:nth-child(5) > div:nth-child(2){
        display:none;
    }
    
    /*
    div:has( div[data-testid=subreddit-sidebar]) {
        display:none;
    }
    */
    
    /*
    div[data-testid=subreddit-sidebar] {
        display:none;
    }
    */
    
}

Reviews

No reviews yet.