1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

Added pageAction to display the notifications.

This commit is contained in:
kkapsner 2017-06-29 07:21:36 +02:00
parent cba5680406
commit 5cec9781c2
10 changed files with 84 additions and 3 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});
notify({url, errorStack: error.stack, messageId, timestamp: new Date()});
}, window, original);
switch (fake){
case true: