forked from kon3ko/cover-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover-next.user.js
89 lines (89 loc) · 3.5 KB
/
cover-next.user.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
86
87
88
89
// ==UserScript==
// @name Cover Next (Bearbit)
// @namespace http://tampermonkey.net/
// @version 2.25
// @description tools that will help you see new items and make it easier for you to use the website to load bittorrent.
// @author NEKO
// @icon https://i.imgur.com/qTvfJSr.png
// @match https://www.bearbit.org
// @match https://www.bearbit.org/index.php*
// @match https://www.bearbit.org/viewno18.php*
// @match https://www.bearbit.org/viewbr.php*
// @match https://www.bearbit.org/viewno18sb.php*
// @match https://www.bearbit.org/viewno18sbx.php*
// @match https://www.bearbit.org/viewbrsb.php*
// @match https://www.bearbit.org/torrent_day.php*
// @match https://www.bearbit.org/torrent_week.php*
// @match https://www.bearbit.org/torrent_month.php*
// @match https://www.bearbit.org/upfinish.php*
// @match https://www.bearbit.org/downfinish.php*
// @match https://www.bearbit.org/details.php*
// @match https://bearbit.org
// @match https://bearbit.org/index.php*
// @match https://bearbit.org/viewno18.php*
// @match https://bearbit.org/viewbr.php*
// @match https://bearbit.org/viewno18sb.php*
// @match https://bearbit.org/viewno18sbx.php*
// @match https://bearbit.org/viewbrsb.php*
// @match https://bearbit.org/torrent_day.php*
// @match https://bearbit.org/torrent_week.php*
// @match https://bearbit.org/torrent_month.php*
// @match https://bearbit.org/upfinish.php*
// @match https://bearbit.org/downfinish.php*
// @match https://bearbit.org/details.php*
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
// @require https://raw.githubusercontent.com/kon3ko/cover-next/master/dist/cover-next.js?version=2.25
// @updateURL https://raw.githubusercontent.com/kon3ko/cover-next/master/cover-next.user.js
// @downloadURL https://raw.githubusercontent.com/kon3ko/cover-next/master/cover-next.user.js
// @supportURL https://github.com/kon3ko/cover-next/issues
// @connect img.in.th
// @connect bpicc.cc
// @connect imgtrue.com
// @connect imdb.com
// @connect 55xo.co
// @connect imgur.com
// @connect in.th
// @connect postto.me
// @connect javstore.net
// @connect i-pic.info
// @connect picstate.com
// @connect bpicc.com
// @connect roop.xyz
// @connect mpic.ws
// @connect img.live
// @connect shotcan.com
// @connect ibb.co
// @connect lmgbb.me
// @connect 4shared.com
// @connect lookimg.com
// @connect gstatic.com
// @connect wp.com
// @connect steamstatic.com
// @connect tokopedia.net
// @connect 4gamers.com.tw
// @connect imgbb.me
// @connect clip18zeed.com
// @connect mx7.com
// @connect youtube.com
// @connect youtube.be
// @connect 8e88.in.th
// @connect clipxxx.live
// @connect i-pic.info
// @connect thaibuzz.com
// @connect imgmak.com
// @connect imgbb.me
// @connect picz.in.th
// @connect 234.in.th
// @connect best-story.net
// @connect uppic.cc
// @connect uppicimg.com
// @connect uppic.xyz
// @connect gifyu.com
// @connect imgvb.com
// @connect up-pic.com
// @connect pic.4th.in
// @connect imagenetz.de
// @connect www.imagenetz.de
// @connect *
// ==/UserScript==