mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Changes for release submission.
This commit is contained in:
parent
63e558308b
commit
637665bd6e
BIN
canvasblocker.xpi
Normal file
BIN
canvasblocker.xpi
Normal file
Binary file not shown.
@ -67,7 +67,7 @@
|
||||
}
|
||||
else {
|
||||
logging.message("settings not loaded -> need to pre intercep");
|
||||
let forceLoad = true;
|
||||
let forceLoad = false;
|
||||
let preIntercepted = false;
|
||||
let intercepted = false;
|
||||
const forEachFunction = function(callback){
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "CanvasBlocker",
|
||||
"description": "__MSG_addon_description__",
|
||||
"version": "0.4.4alpha",
|
||||
"version": "0.4.4a",
|
||||
"icons": {
|
||||
"48": "icons/icon.svg",
|
||||
"96": "icons/icon.svg"
|
||||
|
@ -1,6 +1,10 @@
|
||||
Version 0.4.4a:
|
||||
known issues:
|
||||
- due to API blocking some web pages may break. Use 0.4.4 instead.
|
||||
|
||||
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
|
||||
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.4a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
|
||||
|
||||
changes:
|
||||
- show white, black and ignore list again, but only in expert mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user