Skip to content

Wide Ars Technica by snoopy

Screenshot of Wide Ars Technica

Details

Authorsnoopy

LicenseNo License

Categoryarstechnica

Created

Updated

Code size425 B

Code checksumdf8b4aeb

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the ad column and widens the article

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Wide Ars Technica
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the ad column and widens the article
@author         Snoopy
==/UserStyle== */

@-moz-document domain("arstechnica.com") {
    div.xrail{
        display:none !important;
    }
    div.left-column, .listing.listing-latest, .listing.listing-rest {
        width: 95%!important;
    }
}

Reviews

No reviews yet.