mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01: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;
|
||||
};
|
||||
},
|
||||
getIndex: function(){
|
||||
getIndexRng: function(){
|
||||
return function(){
|
||||
return 0;
|
||||
};
|
||||
|
@ -8,6 +8,7 @@ Version 0.5.9:
|
||||
|
||||
fixes:
|
||||
- search could show hidden settings
|
||||
- faking audio did not work with white random generator
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
Loading…
x
Reference in New Issue
Block a user