Skip to content

Simple Slashdot - Asocial by nwatham

Imported and mirrored from https://github.com/morenathan/user-css-simple/raw/main/simple-slashdot-asocial.user.css

Screenshot of Simple Slashdot - Asocial

Details

Authornwatham

LicenseBSD-2-Clause

Categoryslashdot.org

Created

Updated

Size516 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple, hide secondary links and social buttons.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple Slashdot - Asocial
@namespace      github.com/morenathan/user-css-simple
@version        1
@description    Simple, hide secondary links and social buttons.
@author         Nathan Middleton <nathan@aplace.us>
@license        BSD-2-Clause
==/UserStyle== */

@-moz-document domain("slashdot.org") {
    /* Insert code here... */    .nav-primary,
    .nav-user {
        line-height: initial !important;        
    }
    
    .nav-secondary-wrap {
        display: none;
    }
}

Reviews

No reviews yet.