Ads Please!

This commit is contained in:
Zixaphir 2013-12-16 18:49:25 -07:00
parent 57f7d899ec
commit 16b650f26c
4 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1811,6 +1811,10 @@ a:only-of-type > .remove {
width: 500px;
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,
.middlead {
display: none;

View File

@ -28,7 +28,6 @@ FappeTyme =
cb:
set: (type) -> $["#{if Conf[type] then 'add' else 'rm'}Class"] doc, "#{type}Tyme"
toggle: ->
Conf[@name] = !Conf[@name]
FappeTyme.cb.set @name