mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
Faking audio did not work with white random generator
This commit is contained in:
parent
13ff8bda9b
commit
ef4e238b94
@ -232,7 +232,7 @@
|
|||||||
return 1;
|
return 1;
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
getIndex: function(){
|
getIndexRng: function(){
|
||||||
return function(){
|
return function(){
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
@ -8,6 +8,7 @@ Version 0.5.9:
|
|||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
- search could show hidden settings
|
- search could show hidden settings
|
||||||
|
- faking audio did not work with white random generator
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user