Fix a conflict with adblock plus resulting in a blank page
This commit is contained in:
parent
697078b084
commit
6121f30b73
2
LICENSE
2
LICENSE
@ -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
@ -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.'
|
||||
]
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user