Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
reek committed Dec 1, 2015
2 parents 4f296d1 + a59e631 commit e05ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anti-adblock-killer.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4164,7 +4164,7 @@ Aak = {
var reWords2 = /kapat|disable|désactivez|désactiver|desactivez|desactiver|desative|desactivar|desactive|desactiva|deaktiviere|disabilitare|απενεργοποίηση|запрещать|állítsd le|publicités|рекламе|verhindert/i;

// Antiblock.org v3 + v2 (Alternative Solution)
if (Aak.getLocal('aboBlockId') != 'undefined' &&
if (typeof Aak.getLocal('aboBlockId') != 'undefined' &&
insertedNode.id == Aak.getLocal('aboBlockId')) {
if (typeof Aak.uw[insertedNode.id] == 'object') { // V3
Aak.uw[insertedNode.id] = null;
Expand Down

0 comments on commit e05ebe4

Please sign in to comment.