-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathUserJS.json
More file actions
72 lines (72 loc) · 2.04 KB
/
Copy pathUserJS.json
File metadata and controls
72 lines (72 loc) · 2.04 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
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
{
"version": "4.1.0",
"name": "MagicPH",
"description": "A video downloader for various adult websites.",
"author": "Magic <magicoflolis@tuta.io>",
"bugs": "https://github.com/magicoflolis/Magic-PH/issues",
"homepage": "https://github.com/magicoflolis/Magic-PH",
"icon": "./assets/magicph_logo.png",
"downloadURL": "https://github.com/magicoflolis/Magic-PH/raw/master/dist/magicph.user.js",
"updateURL": "https://github.com/magicoflolis/Magic-PH/raw/master/dist/magicph.meta.js",
"license": "MIT",
"build": {
"source": {
"metadata": "./src/UserJS/header.js",
"code": "./src/UserJS/main.js",
"mainCSS": "./build/css/downloader.css"
},
"watch": {
"files": ["main.js", "header.js", "downloader.css"],
"dirs": ["src/UserJS", "build/css"]
},
"paths": {
"fileName": "magicph",
"dir": "./dist",
"dev": {
"fileName": "magicph.dev",
"dir": "./web-server"
}
}
},
"metadata": {
"compatible": ["chrome", "firefox", "edge", "opera", "safari"],
"connect": ["*"],
"grant": [
"GM_addElement",
"GM_info",
"GM_openInTab",
"GM_xmlhttpRequest",
"GM.addElement",
"GM.info",
"GM.openInTab",
"GM.xmlHttpRequest"
],
"exclude": [],
"include": [],
"exclude-match": [],
"match": [
"https://*.pornhub.com/*",
"https://*.pornhubpremium.com/*",
"https://*.youporn.com/*",
"https://*.youporngay.com/*",
"https://*.redtube.com/*",
"https://*.tube8.com/*",
"https://*.thumbzilla.com/*",
"https://onlyfans.com/*",
"https://xhamster.com/*",
"https://*.xnxx.com/*",
"https://*.xvideos.com/*",
"https://beeg.com/*",
"https://91porn.com/view_video.php?*",
"https://hqporner.com/hdporn/*",
"https://spankbang.com/*/video/*",
"https://*.porntrex.com/video/*/*",
"https://*.analdin.com/*",
"https://sxyprn.com/post/*"
],
"noframes": true,
"resource": {},
"require": [],
"run-at": "document-start"
}
}