forked from leomoty/SGPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Monkeyheader.js
18 lines (18 loc) · 937 Bytes
/
Monkeyheader.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name Steamgifts++
// @namespace https://github.com/leomoty/SGPP
// @version 0.4.9 beta
// @description SG++ for Steamgifts.com
// @author Leomoty
// @match *://www.steamgifts.com/*
// @run-at document-end
// @downloadURL https://raw.githubusercontent.com/leomoty/SGPP/master/SGPP.user.js
// @updateURL https://raw.githubusercontent.com/leomoty/SGPP/master/SGPP.meta.js
// @require https://code.jquery.com/jquery-2.1.3.min.js
// @require https://raw.githubusercontent.com/dinbror/bpopup/master/jquery.bpopup.min.js
// @resource head https://raw.githubusercontent.com/leomoty/SGPPSettings/0.4.0/head.html
// @resource settings https://raw.githubusercontent.com/leomoty/SGPPSettings/0.4.0/settings.html
// @grant GM_addStyle
// @grant GM_getResourceText
// @grant GM_xmlhttpRequest
// ==/UserScript==