forked from HandyUserscripts/AntiAdware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAntiAdware.meta.js
85 lines (78 loc) · 3.38 KB
/
AntiAdware.meta.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
// ==UserScript==
// @name AntiAdware
// @name:zh-TW AntiAdware
// @name:zh-CN AntiAdware
// @author noname120
// @namespace HandyUserscripts
// @icon https://i.imgur.com/tq7PJr0.png
// @description Remove forced download accelerators, managers, and adware on supported websites
// @description:zh-TW AntiAdware, 讓你避免在許多網站上意外下載到廣告軟體.
// @description:zh-CN AntiAdware, 让你避免在许多网站上意外下载到广告软体.
// @version 1.42.1
// @license Creative Commons BY-NC-SA
// jQuery dependency; an offline version of this is included in the script in case it goes down
// @require http://code.jquery.com/jquery-2.0.3.min.js
// @include http*://*180upload.com/*
// @include http*://*4upfiles.com/*
// @include http*://*get*.adobe.com/*flashplayer/*
// @include http*://*get*.adobe.com/*reader/*
// @include http*://*afterdawn.com/software/*
// @include http*://*akafile.com/akago.php
// @include http*://*chip.de/downloads/*
// @include http*://*clicknupload.com/*
// @include http*://*cloudyvideos.com/*
// @include http*://*coolrom.com/*/*
// @include http*://*clipconverter.cc/download/*
// @include http*://*dailyuploads.net/*
// @include http*://*datafilehost.com/d/*
// @include http*://*davvas.com/*
// @include http*://*d-h.st/*
// @include http*://*download.cnet.com/*
// @include http*://*telecharger.cnet.com/*
// @include http*://*descargar.cnet.com/*
// @include http*://*de.download.cnet.com/*
// @include http*://*filefactory.com/file/*
// @include http*://*filescdn.com/*
// @include http*://*filehippo.com/*download*
// @include http*://*freewarefiles.com/downloads_counter.php*
// @include http*://*google.*/earth/download/ge/agree.html
// @include http*://*hugefiles.net/*
// @include http*://*hulkload.com/*
// @include http*://*kingfiles.net/*
// @include http*://*letitbit.net/download/*
// @include http*://*loveroms.com/*
// @include http*://*up.media1fire.com/*
// @include http*://*mightyupload.com/*
// @include http*://*mp3fil.*/get/*
// @include http*://*mp3juices.to/*
// @include http*://*mp3olimp.net/*
// @include http*://*mp3olimpz.com/*
// @include http*://*opensubtitles.org/*/subtitles/*
// @include http*://*revclouds.com/*
// @include http*://*romhustler.net/download/*
// @include http*://*romhustler.net/rom/*
// @include http*://*secureupload.eu/*
// @include http*://*sendspace.com/file/*
// @include http*://*sharebeast.com/*
// @include http*://*shared.com/*
// @include http*://*softm8.com*
// @include http*://*.softonic.*
// @include http*://*sourceforge.net/*
// @include http*://*tusfiles.net/*
// @include http*://*unlimitzone.com/*
// @include http*://*uploading.com/*
// @include http*://*uploadocean.com/*
// @include http*://*uplod.ws/*
// @include http*://*uploads.to/*
// @include http*://*uptobox.com/*
// @include http*://*userscdn.com/*
// @include http*://*ziddu.com/downloadfile/*
// We don't use this method, however a side effect of it is that it restores the Greasemonkey sandbox, avoiding jQuery conflicts
// @grant GM_addStyle
// @grant unsafeWindow
// @homepageURL https://github.com/HandyUserscripts/AntiAdware#readme
// @supportURL https://github.com/HandyUserscripts/AntiAdware/issues
// @updateURL https://raw.githubusercontent.com/HandyUserscripts/AntiAdware/master/AntiAdware.meta.js
// @downloadURL https://raw.githubusercontent.com/HandyUserscripts/AntiAdware/master/AntiAdware.user.js
// @run-at document-start
// ==/UserScript==