1
0
Fork 0
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:
kkapsner 2017-07-02 12:21:16 +02:00
parent b6dd2ff011
commit 5576b54883
7 changed files with 156 additions and 13 deletions

View file

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