From 98e5eca79bac3dc5832fb9869d7c311829ad170f Mon Sep 17 00:00:00 2001 From: steevee Date: Fri, 3 May 2019 17:48:18 +0100 Subject: [PATCH 1/2] Zoom false-positive fix for #34. Increasing bait dimensions fixes the issue, and as bait is placed off screen this shouldn't impact usability --- blockadblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockadblock.js b/blockadblock.js index bca91a9..b32dc57 100644 --- a/blockadblock.js +++ b/blockadblock.js @@ -13,7 +13,7 @@ loopCheckTime: 50, loopMaxNumber: 5, baitClass: 'pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links', - baitStyle: 'width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;', + baitStyle: 'width: 3px !important; height: 3px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;', debug: false }; this._var = { From ffda427d5af8b0686b9de135783844ee83646986 Mon Sep 17 00:00:00 2001 From: steevee Date: Mon, 13 May 2019 14:50:01 +0100 Subject: [PATCH 2/2] Increased bait dimensions further based on @sitexw feedback. Related to #34 --- blockadblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockadblock.js b/blockadblock.js index b32dc57..41dd6d8 100644 --- a/blockadblock.js +++ b/blockadblock.js @@ -13,7 +13,7 @@ loopCheckTime: 50, loopMaxNumber: 5, baitClass: 'pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links', - baitStyle: 'width: 3px !important; height: 3px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;', + baitStyle: 'width: 10px !important; height: 10px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;', debug: false }; this._var = {