-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.config.json
More file actions
38 lines (38 loc) · 1.01 KB
/
sites.config.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"userscriptBaseUrl": "https://raw.githubusercontent.com/EzraMarks/distraction-removal-userscripts/main/dist/userscripts",
"extension": {
"name": "distraction-removal-userscripts",
"version": "1.0.1",
"description": "Hide ads, feeds, and recommended content on social apps.",
"geckoId": "distraction-removal-userscripts@ezramarks.com"
},
"sites": [
{
"name": "facebook",
"version": 15,
"matches": ["*://*.facebook.com/*"],
"hermit": { "userAgent": "Mobile" }
},
{
"name": "instagram",
"version": 10,
"matches": ["*://*.instagram.com/*"],
"hermit": { "userAgent": "Mobile" }
},
{
"name": "linkedin",
"version": 17,
"matches": ["*://*.linkedin.com/*"],
"hermit": {
"userAgent": "Desktop",
"note": "mobile LinkedIn is intentionally limited"
}
},
{
"name": "youtube",
"version": 10,
"matches": ["*://*.youtube.com/*"],
"hermit": { "userAgent": "Mobile" }
}
]
}