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:
parent
cba5680406
commit
5cec9781c2
10 changed files with 84 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue