Skip to content

Reddit Classic by vknight20

Screenshot of Reddit Classic

Details

Authorvknight20

LicenseNo License

Categoryreddit.com

Created

Updated

Size15 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Style is best used when logged in.

Reverts Reddit back to 2006:

  • Old Buttons

  • Old Fonts

  • Simpler, and less addictive modifications

  • Many more miscelanious changes

***Note - Go into preferences when logged in and disable subreddits using custom CSS.

Notes

v 1 - Initial Release

v 2 - Old Yellow Header, Less padding, assorted changes

v 3 - Edit to Home Page making near identical to 2006 with flat links now inline-block, many assorted changes including comment margins. Also deletes sponsored links.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           Reddit Classic
@namespace      github.com/openstyles/stylus
@version        2.0
@description   Brings back classic Reddit
@author         VKNIGHT20
==/UserStyle== */

@-moz-document url('https://www.reddit.com/'), url("https://old.reddit.com/") {
    
        p[class="title"] {
                color: #0000EE !Important;
    }
    
    

    
    .infobar.listingsignupbar {
    background: url(../listingsignupbar-orbit-2.png) left top no-repeat,url(../listingsignupbar-orbit-1.png) -970px no-repeat #fefbda!important;
    display: none;
}
    
.menuarea {
    border-bottom: 0px dotted gray !Important;
    padding: 5px 10px;
    margin: 5px;
    overflow: hidden;
    font-size: larger;
}
    
    
    div#siteTable[class="sitetable linklisting"] {
        padding-top: 28px;
    }
    
        body:after {
        background-image: url('https://i.ibb.co/LCGWkch/yellowstrip.png');
    background-size: 860px 30px;
    display: inline-block;
    width: 860px; 
    height: 30px;
    top: 50px;
    background-repeat: no-repeat;
    content:"";
    pointer-events: all;
    position: absolute;
}
    
.link .rank {
    float: left;
    margin-top: 0px !important;
    color: #c6c6c6;
    font-family: arial;
    font-size: medium;
    text-align: right;
    margin-right: 10px;
}
    
}
@-moz-document url-prefix("https://www.reddit.com/"), url-prefix("https://old.reddit.com/") {

    .tabmenu li {
    margin: 1px 1px;
}
    
.link .rank {
    margin-top: 0px !important;
    color: #c6c6c6;
    font-family: arial;
    font-size: medium;
    text-align: right;
    margin-right: 10px;
}
    
.link .score {
    text-align: center;
    color: #c6c6c6;
    display: none;
}

    
#header-bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: transparent !important;
    padding: 4px;
    line-height: 12px;
    border-top-left-radius: 7px;
}
    
/*Old Padding*/
p {
    display: block;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
        font: normal small verdana, arial, helvetica, sans-serif;
}
    
body {
    font: normal small verdana, arial, helvetica, sans-serif !Important;
    margin: 0px;
    background-color: white;
    /* box-sizing: border-box; */
}
    
    /*---Old Header---*/
    /*No Subreddit Bar*/
#sr-header-area {
    background-color: #f0f0f0;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid gray;
    font-size: 90%;
    height: 18px;
    line-height: 18px;
    display: none;
}
    
    div#header-bottom-left {
        background: white !Important;
        height: 50px !Important;
    }
    
    .entry .buttons li:nth-child(4) {
    display: inline-block;
    border: none;
    padding-right: 0px;
    line-height: 0px;
}
    
    /*No Title*/
    
    .pagename {
    font-weight: bold;
    margin-right: 1ex;
    font-variant: small-caps;
    font-size: 1.2em;
    vertical-align: bottom;
    display: none;
}
    
/*Old User Page Perma/Comm*/
    
    a[class="bylink may-blank"] {
        display: none;
    }
    
    a[data-event-action="disable_inbox_replies"] {
        display: none;
    }
    
    .entry .buttons li {
    display: inline-block;
    border: none;
    padding-right: 0px;
    line-height: 0px;
}
    
    /*No Crosspost*/
    .crosspost-badge {
    background: url(../icon-badge-xpost.png) top center;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    vertical-align: bottom;
    display: none !important;
}
    
    .stamp {
        display: none !important;
    }
    
    /*No SIdebar*/
    div.listing-chooser.initialized {
        display: none !Important;
    }
    
    div.content {
        margin-left: 0px !important;
    }
    
    
    /*Old Rank*/
    
    .link .rank {
    float: left;
    margin-top: 15px;
    color: #c6c6c6;
    font-family: arial;
    font-size: medium;
    text-align: right;
    margin-right: 10px;
}

/*No Next Page*/
    span.nextprev {
        margin-top: 10px !Important;
        font-size: 13px;
    }
    
    .nextprev a, .next-suggestions a {
    padding: 1px 4px;
    background: none;
    border: 0px none;
    border-radius: 3px;
    font-weight: bold;
}
    
    div.nav-buttons {
        padding-top: 10px !important;
        padding-left: 10px;
    }
    
    /*Old Buttons*/

    #header {
    border-bottom: 0px solid #5f99cf;
    position: relative;
    background-color: #cee3f8;
    z-index: 99;
}
    
    .tabmenu li a {
    padding: 2px 7px 2px 7px;
    border-right: 2px solid white;
    color: black;
    background-color: #c6def7 !important;
    font-weight: normal;
}
    
.tabmenu li.selected a {
color: white;
    background-color: rgb(51, 102, 153) !Important;
    border: 0px solid #5f99cf;
    border-bottom: 0px solid white;
}
    
    a.choice[href="https://www.reddit.com/wiki/"] {
        display: none;
    }
    
    a.choice[href="https://www.reddit.com/gilded/"] {
        display: none;
    }
    
    a.beta-link {
        display: none;
    }
    
    a[href="https://www.reddit.com/user/r-CFB2/saved/"] {
        display: none;
    }
    
    a[href="https://www.reddit.com/user/r-CFB2/hidden/"] {
        display: none;
    }
    
    a[href="https://www.reddit.com/user/r-CFB2/downvoted/"] {
        display: none;
    }
    
    a[href="https://www.reddit.com/user/r-CFB2/upvoted/"] {
        display: none;
    }
    
    a[href="https://www.reddit.com/user/r-CFB2/gilded/"] {
        display: none;
    }
    
/*Old User Header*/
#header-bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: white;
    padding: 4px;
    line-height: 12px;
    border-top-left-radius: 7px;
}
    

    
/*No Thumbnails*/
a.thumbnail {
    position: relative;
    display: none;
}
    
/*No Premium*/
.premium-banner-outer {
    display: none;
    clear: both;
    overflow: hidden;
}
    
    span[class="awardings-bar"] {
        display: none;
    }
    
/*Old Subreddit*/
#header-bottom-left {
    background-image: url(//d.thumbs.redditmedia.com/694vdJXAQcB8y-oc.png);
    height: 63px;
    padding-top: 0px;
}

    
    
/*Misc*/
body {
    font-family: normal small verdana, arial, helvetica, sans-serif !important;
    margin: 0px !important;
    font-size: 14px !Important;
    background-color: white !important;
    /* box-sizing: border-box; */
}
    
    input[type="submit"][tabindex="22"] {
        display: none;
    }
    
    form[action="https://www.reddit.com/search"]  {
    margin: 0px;
    }

    
    #search input[type=text] {
    font-size: 13px;
    font-family: verdana;
    width: 240px;
left: -100px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    vertical-align: middle;
    background-color: #f7f7f7;
    border: 1px solid #336699;
    margin: 0px;
        display: none;
}
    
.morelink {
    text-align: center;
    position: relative;
    background-image: none;
    letter-spacing: -1px;
    line-height: 29px;
    height: 29px;
    width: 150px !Important;
    font-size: 14px !important;
    top: -10px;
    padding: 2px 7px 2px 7px;
    border-right: 2px solid white;
    color: black !Important;
    background-color: #c6def7 !important;
    font-weight: normal;
}
    
.morelink:hover, .mlh {
    border: 0px;
    background-image: none;
    background-position: 0px -243px;
    background-repeat: repeat;
        padding: 2px 7px 2px 7px;
    border-right: 2px solid white;
    color: black !Important;
    background-color: #c6def7 !important;
    font-weight: normal;
}
    
    .morelink a {
    display: block;
    width: 150px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}
    
    div.side {
        display: none;
    }
    
    div.nub {
        display: none;
    }

    
    a[href="/account-activity"] {
        display: none;
    }
    
    div.sidebox.create {
        display: none;
    }
    
    div.md {
        font-size: 16px !important;
    }
    
p {
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
    
    .thing .title:visited {
    font-size: 16px !important;
    font-weight: normal;
    color: #0000FF !important;
}
    
body.with-listing-chooser #header .tabmenu {
    margin-left: 8px;
}
    

    
    a, a:visited {
        color: #0000EE;
    }
    
    a[class="give-gold login-required access-required gold-give-gold"] {
        display: none;
    }
    

    
.flairrichtext {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    margin-left: 0;
    margin-right: 5px;
    overflow: hidden;
    padding: 0 4px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    max-width: none;
    display: none;
}
    
    div.footer-parent {
        display: none;
    }
    
    div.expando-button.hide-when-pinned.selftext.collapsed {
        display: none;
    }
    
    div[class="expando-button collapsed hide-when-pinned crosspost"] {
        display: none;
    }
    
/*Old Post Page*/
    
    div.expando-button.hide-when-pinned.video.collapsed {
        display: none;
    }    
    
    span.domain {
        display: none;
    }
    
    div.expando-button.expanded.hide-when-pinned.video {
        display: none;
    }
    
    .link...

Reviews

No reviews yet.