Ads Please!
This commit is contained in:
parent
57f7d899ec
commit
16b650f26c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1811,6 +1811,10 @@ a:only-of-type > .remove {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
/* Possibly temporary. Non-classed Ad Pleas only appear to be showing up in threads now? */
|
||||||
|
.thread body > .center {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.ad-plea-middle,
|
.ad-plea-middle,
|
||||||
.middlead {
|
.middlead {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@ -28,7 +28,6 @@ FappeTyme =
|
|||||||
|
|
||||||
cb:
|
cb:
|
||||||
set: (type) -> $["#{if Conf[type] then 'add' else 'rm'}Class"] doc, "#{type}Tyme"
|
set: (type) -> $["#{if Conf[type] then 'add' else 'rm'}Class"] doc, "#{type}Tyme"
|
||||||
|
|
||||||
toggle: ->
|
toggle: ->
|
||||||
Conf[@name] = !Conf[@name]
|
Conf[@name] = !Conf[@name]
|
||||||
FappeTyme.cb.set @name
|
FappeTyme.cb.set @name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user