From 5b10a10743b8459f64fe83e0ff420f69da79c9a4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 28 Jul 2022 15:32:10 +1000 Subject: Moving scripts and utilities into a new utilities dir --- nontrivial utility/README | 4 -- nontrivial utility/nontriv.html | 135 ---------------------------------------- 2 files changed, 139 deletions(-) delete mode 100644 nontrivial utility/README delete mode 100644 nontrivial utility/nontriv.html (limited to 'nontrivial utility') diff --git a/nontrivial utility/README b/nontrivial utility/README deleted file mode 100644 index 1947bd0..0000000 --- a/nontrivial utility/README +++ /dev/null @@ -1,4 +0,0 @@ - -A utility that generates the JSON that the background script uses to determine if something is user defined, trivial or nontrivial. - -It is important to recognize that the objects that this script finds are likely dependent on what browser this script is running on since it gets the list by reading the contents of the global object. Make sure this is run on an up to date browser. diff --git a/nontrivial utility/nontriv.html b/nontrivial utility/nontriv.html deleted file mode 100644 index aaf49ba..0000000 --- a/nontrivial utility/nontriv.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - -This page allows us to generate the allowed/disallowed object JSON. -
-
-We know it's up to date because it iterates over all keys of the window variable (which is the global object for browsers) -
-
-(True = nontrivial, false = trivial) -


- -
- -
- -
-

-
- -
WebGL
-
-
SVG
-
-
HTML
-
-
CSS
-
-
Events
-
-
WebRTC
-
-
VR
-
-
DOM
-
-
IDB
-
-
Audio
-
-
Gamepad
-
-
Media
-
-
Other events
-
-
All else
-
- -
- -- cgit v1.2.3