forked from AdguardTeam/FingerprintingBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.js
More file actions
20 lines (20 loc) · 694 Bytes
/
meta.js
File metadata and controls
20 lines (20 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// ==UserScript==
// @name AdGuard Fingerprint Blocker
// @namespace AdGuard
// @description Blocks Fingerprinting
// @version 1.0.0
// @license LGPL
// @license https://github.com/AdguardTeam/FingerprintingBlocker/blob/master/LICENSE
// @downloadURL [DOWNLOAD_URL]
// @updateURL [UPDATE_URL]
// @supportURL https://github.com/AdguardTeam/FingerprintingBlocker/issues
// @homepageURL https://github.com/AdguardTeam/FingerprintingBlocker
// @match http://*/*
// @match https://*/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_listValues
// @grant unsafeWindow
// @require https://cdnjs.cloudflare.com/ajax/libs/preact/8.2.6/preact.min.js
// @run-at document-start
// ==/UserScript==