Remove old names for useragent-specific workaround classes. #904

This commit is contained in:
ccd0 2016-06-13 01:59:38 -07:00
parent ae3debe09d
commit aaef0c8802
2 changed files with 1 additions and 6 deletions

View File

@ -115,11 +115,6 @@ body > div[style*=" top: -10000px;"] {
visibility: hidden !important;
}
:root.blink {
-webkit-animation: none;
animation: none;
}
/* Ads */
:root:not(.ads-loaded) .ad-cnt,
:root:not(.ads-loaded) .ad-plea,

View File

@ -196,7 +196,7 @@ Main =
$('link[href*=mobile]', d.head)?.disabled = true
$.addClass doc, 'fourchan-x', 'seaweedchan'
$.addClass doc, if g.VIEW is 'thread' then 'thread-view' else g.VIEW
$.addClass doc, "ua-#{$.engine}", $.engine if $.engine
$.addClass doc, "ua-#{$.engine}" if $.engine
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', -> $.addClass doc, 'ads-loaded'
$.addClass doc, 'autohiding-scrollbar' if Conf['Autohiding Scrollbar']
$.ready ->