├── .DS_Store ├── .gitignore ├── README.md ├── TamperData.zip ├── _config.yml ├── background └── td.js ├── icons ├── icon-notamper-16.png ├── icon-notamper-32.png ├── icon-notamper-48.png ├── icon-tamper-16.png ├── icon-tamper-32.png └── icon-tamper-48.png ├── images ├── logo-notamper.png └── logo-tamper.png ├── manifest.json └── popups ├── confirm_tamper ├── popup.html ├── popup.js ├── style.css └── styles.css ├── tamper_body ├── popup.html ├── popup.js └── style.css └── tamper_headers ├── popup.html ├── popup.js └── style.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pamblam/Tamper-Data-for-FF-Quantum/fbe1c9a3a1c36c2d4944b22eae062a0c0ee0ba3d/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /nbproject/ 2 | */.DS_store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |
6 |
7 | ## Tamper Data for FF Quantum
8 |
9 |
Listen for types
18 |Type | Description | 22 |
---|---|
27 | 28 | | 29 | Requests sent through the Beacon API. 30 | | 31 |
34 | 35 | | 36 |37 | Requests sent to the report-uri given in the Content-Security-Policy header, when an attempt to violate the policy is detected. 38 | | 39 |
42 | 43 | | 44 |45 | Web fonts loaded for a @font-face CSS rule. 46 | | 47 |
50 | 51 | | 52 |53 | Resources loaded to be rendered as image, except for imageset on browsers that support that type. 54 | | 55 |
58 | 59 | | 60 |
61 | Images loaded by a <picture> element or given in an <img> element's srcset attribute.
62 | |
63 |
66 | 67 | | 68 |69 | Top-level documents loaded into a tab. 70 | | 71 |
74 | 75 | | 76 |
77 | Resources loaded by a <video> or <audio> element.
78 | |
79 |
82 | 83 | | 84 |
85 | Resources loaded by an <object> or <embed> element.
86 | |
87 |
90 | 91 | | 92 |93 | Requests sent by plugins. 94 | | 95 |
98 | 99 | | 100 |101 | Requests sent to the URL given in a hyperlink's ping attribute, when the hypelink is followed. 102 | | 103 |
106 | 107 | | 108 |
109 | Code that is loaded to be executed by a <script> element or running in a Worker.
110 | |
111 |
114 | 115 | | 116 |117 | A TCP/TLS handshake made by the browser when it determines it will need the connection open soon. 118 | | 119 |
122 | 123 | |
124 | 125 | CSS stylesheets loaded to describe the representation of a document. 126 | | 127 |
130 | 131 | | 132 |
133 | Documents loaded into an <iframe> or <frame> element.
134 | |
135 |
138 | 139 | | 140 |141 | Web App Manifests loaded for websites that can be installed to the homescreen. 142 | | 143 |
146 | 147 | | 148 |149 | Requests initiating a connection to a server through the WebSocket API. 150 | | 151 |
154 | 155 | |
156 | 157 | XBL bindings loaded to extend the behavior of elements in a document. 158 | | 159 |
162 | 163 | | 164 |165 | DTDs loaded for an XML document. 166 | | 167 |
170 | 171 | | 172 |173 | Requests sent by an XMLHttpRequest object or through the Fetch API. 174 | | 175 |
178 | 179 | | 180 |181 | XSLT stylesheets loaded for transforming an XML document. 182 | | 183 |
186 | 187 | | 188 |189 | Resources that aren't covered by any other available type. 190 | | 191 |
Start Tamper Data?
200 | 201 |URL | |
Method | |
Type |
Name | Value |
---|
URL | |
Method | |
Type |
Name | Value |
---|