diff --git a/lib/main.js b/lib/main.js index 2343862..c63018d 100644 --- a/lib/main.js +++ b/lib/main.js @@ -84,6 +84,7 @@ }); } }); + if (browser.contentScripts){ let unregister = function(){}; let lastRegistering; diff --git a/manifest.json b/manifest.json index b39b56f..41d6167 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.4-Development", + "version": "0.4.4alpha", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index 96e809e..bca74a7 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,4 +1,4 @@ -Version 0.4.3d: +Version 0.4.4: 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