Remove old names for useragent-specific workaround classes. #904
This commit is contained in:
parent
ae3debe09d
commit
aaef0c8802
@ -115,11 +115,6 @@ body > div[style*=" top: -10000px;"] {
|
|||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root.blink {
|
|
||||||
-webkit-animation: none;
|
|
||||||
animation: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Ads */
|
/* Ads */
|
||||||
:root:not(.ads-loaded) .ad-cnt,
|
:root:not(.ads-loaded) .ad-cnt,
|
||||||
:root:not(.ads-loaded) .ad-plea,
|
:root:not(.ads-loaded) .ad-plea,
|
||||||
|
|||||||
@ -196,7 +196,7 @@ Main =
|
|||||||
$('link[href*=mobile]', d.head)?.disabled = true
|
$('link[href*=mobile]', d.head)?.disabled = true
|
||||||
$.addClass doc, 'fourchan-x', 'seaweedchan'
|
$.addClass doc, 'fourchan-x', 'seaweedchan'
|
||||||
$.addClass doc, if g.VIEW is 'thread' then 'thread-view' else g.VIEW
|
$.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'
|
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', -> $.addClass doc, 'ads-loaded'
|
||||||
$.addClass doc, 'autohiding-scrollbar' if Conf['Autohiding Scrollbar']
|
$.addClass doc, 'autohiding-scrollbar' if Conf['Autohiding Scrollbar']
|
||||||
$.ready ->
|
$.ready ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user