-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlist.json
More file actions
56 lines (56 loc) · 1.94 KB
/
Copy pathlist.json
File metadata and controls
56 lines (56 loc) · 1.94 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
[
{
"url": "(^https:\\/\\/www\\.prog\\.co\\.il|tora-forum\\.co\\.il|forum\\.tavlah\\.com)\\/threads\\/",
"selectors": "article.message-body .link--external"
},
{
"url": "ivelt\\.com|forum\\.yidtish\\.com",
"selectors": ".content .postlink.elonw"
},
{
"url": "(mitmachim\\.top|parenches\\.ovh|https:\\/\\/tchumim\\.com)",
"selectors": ":is(.post-container,[component=post]) .content a:not(.plugin-mentions-user,:has(img))"
},
{
"url": "forums\\.dansdeals\\.com",
"selectors": ".postarea .bbc_link"
},
{
"url": "youtube\\.com\\/watch\\?(t=\\d+&)?(v=.+)?list=",
"links": "youtube\\.com\\/watch\\?(v=.+)?list=",
"selectors": "#wc-endpoint"
},
{
"url": "youtube\\.com\\/watch\\?(t=\\d+&)?(v=.+)",
"selectors": ".ytp-ce-covering-overlay,.ytp-autonav-endscreen-link-container,.ytd-notification-renderer"
},
{
"url": "youtube\\.com\\/watch\\?(t=\\d+&)?(v=.+)",
"selectors": "#description .yt-core-attributed-string__link,.ytd-structured-description-video-lockup-renderer",
"links":"youtube\\.com\\/(watch\\?v=|shorts\\/)."
},
{
"url": "youtube\\.com\\/((@|c(hannel)?\\/|user\\/)|(?!watch)\\w{2})",
"links":"youtube\\.com\\/(watch\\?v=|shorts\\/).",
"selectors": "#video-title,#video-title-link,a:has(#video-title),ytm-shorts-lockup-view-model a[title]:has(.yt-core-attributed-string),.ytLockupMetadataViewModelTitle"
},
{
"url": "socialblade\\.com\\/youtube\\/handle\\/[\\w-]+\\/videos",
"links": "socialblade\\.com\\/youtube\\/handle\\/[\\w-]+\\/videos\\/([\\w-]{11})",
"replace": "www.youtube.com/watch?v=$1"
},
{
"url": "www\\.google\\.com\\/search\\?(.+&)?q=",
"selectors": ":is([data-vurl],.g) :is([aria-label], :has(h3))",
"links": "^https?:",
"indicatorLocation": "after"
},
{
"url": "app\\.clickup\\.com\\/",
"selectors": ".ql-frame__header-info-row:has(.ql-frame__header-service_youtube)"
},
{
"url": "www\\.reddit\\.com\\/r\\/\\w+\\/comments\\/",
"selectors": "div[slot=comment] [target=_blank]"
}
]