A userstyle to get rid of the awful autoplay video players on SBNation sites.
hogshaven.com by uncoy

Details
Authoruncoy
LicenseCC ShareAlike
Categoryhogshaven.com
Created
Updated
Code size535 B
Code checksum160900d0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You should change the domain to suit your SBNation site. SBNation sites are on top level URLs so it can't be universal.
Source code
/* ==UserStyle==
@name hogshaven.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("hogshaven.com") {
/* Insert code here... */
div.shadow-root-voltax-mp, .div-gpt-ad-comments_medium_rectangle_short {display: none;}
#comments-sidebar {display: none;}
/* section.coral-allComments section#tabPane-ALL_COMMENTS, div#comments-allComments-log, */ div#coral-shadow-container {max-width: 800px;}
}