mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
parent
bde9d3c012
commit
b614b84b5f
@ -39,6 +39,9 @@
|
|||||||
settings.on("rng", function(){
|
settings.on("rng", function(){
|
||||||
setRandomSupplyByType(settings.rng);
|
setRandomSupplyByType(settings.rng);
|
||||||
});
|
});
|
||||||
|
if (!settings.isStillDefault){
|
||||||
|
setRandomSupplyByType(settings.rng);
|
||||||
|
}
|
||||||
|
|
||||||
function getURL(windowToProcess){
|
function getURL(windowToProcess){
|
||||||
let href;
|
let href;
|
||||||
|
@ -11,6 +11,7 @@ Version 1.6:
|
|||||||
fixes:
|
fixes:
|
||||||
- fix message canvasBlocker-unload
|
- fix message canvasBlocker-unload
|
||||||
- convenience preset did not work properly
|
- convenience preset did not work properly
|
||||||
|
- random supply was not set properly on a fresh new tab
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
Reference in New Issue
Block a user