1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added screnn protection

First draft for #220
This commit is contained in:
kkapsner 2019-11-11 23:00:39 +01:00
parent cc776b48de
commit d42a4d2372
14 changed files with 532 additions and 2 deletions

View file

@ -40,4 +40,5 @@
appendModified(require("./modifiedWindowAPI"));
appendModified(require("./modifiedDOMRectAPI"));
appendModified(require("./modifiedNavigatorAPI"));
appendModified(require("./modifiedScreenAPI"));
}());