-
Notifications
You must be signed in to change notification settings - Fork 6
/
meta.template.js
34 lines (34 loc) · 1.09 KB
/
meta.template.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// ==UserScript==
// [USERSCRIPT_NAME]
// @namespace adguard
// @version [USERSCRIPT_VERSION]
// [USERSCRIPT_DESCRIPTION]
// @downloadURL [DOWNLOAD_URL]
// @updateURL [UPDATE_URL]
// @homepageURL https://adguard.com/
// @author AdGuard
// @include https://www.google.*/*
// @include https://news.google.*/*
// @include https://yandex.*/*
// @include https://*.turbopages.org/*
// @include https://*/amp/*
// @include https://*/*/amp/*
// @include https://amp.*
// @include https://*/*/amp
// @include https://*/*.amp*
// @include https://*/*-amp*
// @include https://*/*_amp*
// @include https://*/*=amp*
// @include https://*/?amp*
// @include https://*/*&*
// @include https://*/*&=1*
// @include https://*?amp=*
// @include https://*/*?amp=1*
// @include https://*/amp-*/*
// @include https://*/ampNews/*
// @include https://*/NewsViewAmp/*
// @include https://*/*/amp_articleshow/*
// @include https://*/*/?noamp=*
// @exclude
// @run-at document-end
// ==/UserScript==