Fix a conflict with adblock plus resulting in a blank page

This commit is contained in:
Zixaphir 2013-06-02 12:40:28 -07:00
parent 697078b084
commit 6121f30b73
6 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.1.0 - 2013-06-01
* appchan x - Version 2.1.0 - 2013-06-02
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -558,7 +558,7 @@ Config =
false
'Try to emulate the appearance of 4chan SS\'s Sidebar.'
]
'Block Ads': [
'Hide Ads': [
false
'Block advertisements. It\'s probably better to use AdBlock for this.'
]

View File

@ -1605,10 +1605,10 @@ a:only-of-type > .remove {
opacity: 1;
}
/* AdBlock Minus */
.block-ads .bottomad + hr,
.block-ads .topad,
.block-ads .middlead,
.block-ads .bottomad {
.hide-ads .bottomad + hr,
.hide-ads .topad,
.hide-ads .middlead,
.hide-ads .bottomad {
display: none;
}
.shrink-ads .topad a img,