Removes the ad column and widens the article
Wide Ars Technica by snoopy
Details
Authorsnoopy
LicenseNo License
Categoryarstechnica
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}