-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull.user.js
More file actions
46 lines (39 loc) · 1.14 KB
/
full.user.js
File metadata and controls
46 lines (39 loc) · 1.14 KB
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
// ==UserScript==
// @name New script
// @description This script does some cool things, believe or not
// @namespace My Scripts
// @version 1.0.0
// @match *://*/*
// @exclude-match
// @grant none
// @author Anonimous
// @icon <link to script icon>
// @require <link to required library, like jQuery or React>
// @resource <name link(to external resourse to be accessed in script by a given name)>
// @run-at document-end
// @noframes del this key you want the script working in nested frames
// @supportURL
// @homepageURL
// @downloadURL
// ----- greasyfork.org specific -----
// @contributionURL
// @contributionAmount
// @compatible firefox, chrome, opera
// @incompatible safari
// @installURL
// @updateURL
// @license oi sor du u have a butterknife loicense ?
// ----- Violentmonkey specific -----
// @inject-into page
// ----- Tampermonkey specific -----
// @iconURL
// @defaulticon
// @icon64URL
// @icon64
// @connect <domain which is allowed to be retrieved by GM_xmlhttpRequest >
// @nocompat
// @homepage
// @website
// @source
// @updateURL
// ==/UserScript==