1
0
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:
kkapsner 2019-04-05 16:26:22 +02:00
parent 13ff8bda9b
commit ef4e238b94
2 changed files with 2 additions and 1 deletions

View File

@ -232,7 +232,7 @@
return 1;
};
},
getIndex: function(){
getIndexRng: function(){
return function(){
return 0;
};

View File

@ -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