mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Page action message display and buttons.
This commit is contained in:
parent
b6dd2ff011
commit
5576b54883
7 changed files with 156 additions and 13 deletions
|
@ -81,7 +81,7 @@
|
|||
case "fake":
|
||||
setRandomSupplyByType(prefs("rng"));
|
||||
var fake = changedFunction.fakeGenerator(prefs, function(messageId){
|
||||
notify({url, errorStack: error.stack, messageId, timestamp: new Date()});
|
||||
notify({url, errorStack: error.stack, messageId, timestamp: new Date(), functionName: name});
|
||||
}, window, original);
|
||||
switch (fake){
|
||||
case true:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue