forked from OmertaBeyond/OBv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ob.meta.js
70 lines (70 loc) · 4.48 KB
/
ob.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
// ==UserScript==
// @name Omerta Beyond
// @id Omerta Beyond
// @version 2.0.54
// @date 07-10-2014
// @description Omerta Beyond 2.0 (We're back to reclaim the throne ;))
// @homepageURL http://www.omertabeyond.com/
// @namespace v4.omertabeyond.com
// @updateURL https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/ob.meta.js
// @supportURL https://github.com/OmertaBeyond/OBv2/issues
// @icon https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/logo.small.png
// @screenshot https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/logo.small.png
// @author OBDev Team <[email protected]>
// @author vBm <[email protected]>
// @author Dopedog <[email protected]>
// @author Rix <[email protected]>
// @author MrWhite <[email protected]>
// @author MurderInc <[email protected]>
// @author Sebbe <[email protected]>
// @author Brainscrewer <[email protected]>
// @oujs:author vBm
// @oujs:collaborator Gwildor
// @oujs:collaborator MurderInc
// @oujs:collaborator Sebbe
// @license GNU General Public License v3
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=sbanks%40omertabeyond%2ecom&lc=GB&item_name=Omerta%20Beyond¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
// @contributionAmount €3.00
// @encoding UTF-8
// @priority 1
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js
// @resource css https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/scripts/beyond.css
// @resource favicon https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/favicon.png
// @resource logo https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/logo.png
// @resource logo-old https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/logo-old.png
// @resource prev https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/prev.png
// @resource next https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/next.png
// @resource reply https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/reply.png
// @resource delete https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/delete.png
// @resource log https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/changelog.png
// @resource rip https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/rip.png
// @resource red-star https://raw.githubusercontent.com/OmertaBeyond/OBv2/master/images/red-star.png
// @include http://*.barafranca.com/*
// @include https://*.barafranca.com/*
// @include http://barafranca.com/*
// @include https://barafranca.com/*
// @include http://*.barafranca.nl/*
// @include https://*.barafranca.nl/*
// @include http://barafranca.nl/*
// @include https://barafranca.nl/*
// @include http://*.barafranca.us/*
// @include https://*.barafranca.us/*
// @include http://barafranca.us/*
// @include https://barafranca.us/*
// @include http://*.barafranca.gen.tr/*
// @include https://*.barafranca.gen.tr/*
// @include http://barafranca.gen.tr/*
// @include https://barafranca.gen.tr/*
// @include http://*.omerta.dm/*
// @include https://*.omerta.dm/*
// @include http://omerta.dm/*
// @include https://omerta.dm/*
// @exclude http://*/game-register.php*
// @exclude https://*/game-register.php*
// @grant GM_getResourceText
// @grant GM_getResourceURL
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// ==/UserScript==