From 3bbbfc4a15896fffc7ea722e854290a5850c4de8 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 15 Dec 2017 01:00:52 +0100 Subject: [PATCH] Force settings loading --- lib/intercept.js | 2 +- manifest.json | 2 +- releaseNotes.txt | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/intercept.js b/lib/intercept.js index c675509..60f529a 100644 --- a/lib/intercept.js +++ b/lib/intercept.js @@ -65,7 +65,7 @@ scope.intercept({subject: window}, apis); } else { - let forceLoad = false; + let forceLoad = true; let preIntercepted = false; let intercepted = false; const forEachFunction = function(callback){ diff --git a/manifest.json b/manifest.json index 1f69875..7669584 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.3a-Development", + "version": "0.4.3b-Development", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index deb4deb..1dcd8b5 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,10 +1,17 @@ +Version 0.4.3b: + known issues: + - force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all + + changes: + - if settings are not loaded fast enough the loading is forced + Version 0.4.3a: known issues: - due to API blocking some web pages may break. Use 0.4.3b instead. changes: - hide white, black and ignore list as they can be done with the url specific settings. They are still present and working in the background. - - if settings are not loaded fast enough the loading is not force but all APIs are blocked + - if settings are not loaded fast enough the loading is not forced but all APIs are blocked new features: - reset settings