-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbanner.txt
More file actions
22 lines (22 loc) · 1.04 KB
/
banner.txt
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ==UserScript==
// @name %%NAME%%
// @encoding utf-8
// @namespace https://github.com/FilteringDev/tinyShield
// @homepageURL https://github.com/FilteringDev/tinyShield
// @supportURL https://github.com/FilteringDev/tinyShield/issues
// @updateURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
// @downloadURL https://cdn.jsdelivr.net/npm/@filteringdev/tinyshield@latest/dist/tinyShield.user.js
// @license MIT
//
// @version %%VERSION_VALUE%%
// @author PiQuark6046 and contributors
//
%%DOMAIN_INJECTION%%
//
// @description tinyShield allows AdGuard, uBlock Origin, Brave and ABP to resist against Ad-Shield quickly.
// @description:ko tinyShield는 AdGuard, uBlock Origin, Brave 와 ABP가 애드쉴드에 빠르게 저항할 수 있도록 합니다.
// @description:ja tinyShieldを使うと、AdGuard, uBlock Origin, Brave, およびABPがAd-Shieldに素早く対抗できます。
//
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==