mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
bde9d3c012
commit
b614b84b5f
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
settings.on("rng", function(){
|
||||
setRandomSupplyByType(settings.rng);
|
||||
});
|
||||
if (!settings.isStillDefault){
|
||||
setRandomSupplyByType(settings.rng);
|
||||
}
|
||||
|
||||
function getURL(windowToProcess){
|
||||
let href;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue