mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-03-13 11:44:12 +01:00
0.4.3RC6
This commit is contained in:
parent
ea6524ced0
commit
5088fc7426
Binary file not shown.
@ -61,6 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
scope.preIntercept = function preIntercept({subject: window}, apis){
|
scope.preIntercept = function preIntercept({subject: window}, apis){
|
||||||
|
settings.forceLoad();
|
||||||
if (!settings.isStillDefault){
|
if (!settings.isStillDefault){
|
||||||
scope.intercept({subject: window}, apis);
|
scope.intercept({subject: window}, apis);
|
||||||
}
|
}
|
||||||
|
@ -606,7 +606,7 @@
|
|||||||
logging.message("Starting synchronous request to wait for settings.");
|
logging.message("Starting synchronous request to wait for settings.");
|
||||||
try {
|
try {
|
||||||
let xhr = new XMLHttpRequest();
|
let xhr = new XMLHttpRequest();
|
||||||
xhr.open("GET", browser.extension.getURL("releaseNotes.txt"), false);
|
xhr.open("GET", "https://[::]", false);
|
||||||
xhr.send();
|
xhr.send();
|
||||||
xhr = null;
|
xhr = null;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CanvasBlocker-Beta",
|
"name": "CanvasBlocker-Beta",
|
||||||
"description": "__MSG_addon_description__",
|
"description": "__MSG_addon_description__",
|
||||||
"version": "0.4.3RC5",
|
"version": "0.4.3RC6",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon.svg",
|
"48": "icons/icon.svg",
|
||||||
"96": "icons/icon.svg"
|
"96": "icons/icon.svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user