-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathob.meta.js
74 lines (74 loc) · 3.9 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
71
72
73
74
// ==UserScript==
// @name Omerta Beyond
// @id Omerta Beyond
// @version 2.2.11
// @date 22-02-2020
// @description Omerta Beyond 2.2 (We're back to reclaim the throne ;))
// @homepageURL https://www.omertabeyond.net/
// @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]>
// @author semitom <[email protected]>
// @license GPL-3.0-or-later
// @contributionURL https://www.patreon.com/bePatron?u=7718354
// @contributionAmount $1.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
// @require https://cdnjs.cloudflare.com/ajax/libs/howler/1.1.17/howler.min.js
// @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.com.tr/*
// @include https://omerta.com.tr/*
// @include http://*.omerta.com.tr/*
// @include https://*.omerta.com.tr/*
// @include http://*.omerta.dm/*
// @include https://*.omerta.dm/*
// @include http://omerta.dm/*
// @include https://omerta.dm/*
// @include http://*.omerta.pt/*
// @include https://*.omerta.pt/*
// @include http://omerta.pt/*
// @include https://omerta.pt/*
// @include https://*.omerta.land*
// @exclude http://*/game-register.php*
// @exclude https://*/game-register.php*
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// @grant unsafeWindow
// @connect gm.omertabeyond.net
// @connect self
// ==/UserScript==
// ==OpenUserJS==
// @author vBm
// @collaborator Gwildor
// @collaborator MurderInc
// @collaborator Sebbe
// @collaborator Brainscrewer
// @collaborator Ivdbroek85
// ==/OpenUserJS==