forked from SthephanShinkufag/Dollchan-Extension-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDollchan_Extension_Tools.meta.js
23 lines (23 loc) · 1.02 KB
/
Dollchan_Extension_Tools.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
// ==UserScript==
// @name Dollchan Extension Tools
// @version 21.7.6.0
// @namespace http://www.freedollchan.org/scripts/*
// @author Sthephan Shinkufag @ FreeDollChan
// @copyright © Dollchan Extension Team. See the LICENSE file for license rights and limitations (MIT).
// @description Doing some profit for imageboards
// @icon https://raw.github.com/SthephanShinkufag/Dollchan-Extension-Tools/master/Icon.png
// @updateURL https://raw.github.com/SthephanShinkufag/Dollchan-Extension-Tools/master/Dollchan_Extension_Tools.meta.js
// @nocompat Chrome
// @run-at document-start
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_openInTab
// @grant GM_xmlhttpRequest
// @grant GM.getValue
// @grant GM.setValue
// @grant GM.deleteValue
// @grant GM.xmlHttpRequest
// @grant unsafeWindow
// @include *
// ==/UserScript==