Made groups "capturing" to make them lightweighter

This commit is contained in:
NoPlagiarism 2023-06-12 13:02:36 +05:00
parent fa70daf43b
commit a23f903a95
1 changed files with 20 additions and 20 deletions

View File

@ -85,12 +85,12 @@
}, },
"targets": [ "targets": [
"^https?:\\/{2}redirect\\.invidious\\.io\\/.*", "^https?:\\/{2}redirect\\.invidious\\.io\\/.*",
"^https?:\\/{2}(?:www\\.|m\\.)?youtube.com(\\/|$)(?!iframe_api\\/|redirect\\/)", "^https?:\\/{2}(www\\.|m\\.)?youtube.com(\\/|$)(?!iframe_api\\/|redirect\\/)",
"^https?:\\/{2}img\\.youtube.com\\/vi\\/.*\\/..*", "^https?:\\/{2}img\\.youtube.com\\/vi\\/.*\\/..*",
"^https?:\\/{2}(?:i|s)\\.ytimg.com\\/vi\\/.*\\/..*", "^https?:\\/{2}(i|s)\\.ytimg.com\\/vi\\/.*\\/..*",
"^https?:\\/{2}(?:www\\.)?youtube.com\\/watch?v=..*", "^https?:\\/{2}(www\\.)?youtube.com\\/watch?v=..*",
"^https?:\\/{2}(?:www\\.)?youtu\\.be\\/..*", "^https?:\\/{2}(www\\.)?youtu\\.be\\/..*",
"^https?:\\/{2}(?:www\\.)?(youtube|youtube-nocookie)\\.com\\/embed\\/..*" "^https?:\\/{2}(www\\.)?(youtube|youtube-nocookie)\\.com\\/embed\\/..*"
], ],
"name": "YouTube", "name": "YouTube",
"options": { "options": {
@ -140,7 +140,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.|mobile\\.)?twitter\\.com(\\/|$)", "^https?:\\/{2}(www\\.|mobile\\.)?twitter\\.com(\\/|$)",
"^https?:\\/{2}(pbs\\.|video\\.)twimg\\.com(\\/|$)", "^https?:\\/{2}(pbs\\.|video\\.)twimg\\.com(\\/|$)",
"^https?:\\/{2}platform\\.twitter\\.com/embed(\\/|$)", "^https?:\\/{2}platform\\.twitter\\.com/embed(\\/|$)",
"^https?:\\/{2}t\\.co(\\/|$)" "^https?:\\/{2}t\\.co(\\/|$)"
@ -167,7 +167,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?tiktok\\.com(\\/|$)" "^https?:\\/{2}(www\\.)?tiktok\\.com(\\/|$)"
], ],
"name": "TikTok", "name": "TikTok",
"options": { "options": {
@ -312,7 +312,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.|m\\.)?imdb\\.com" "^https?:\\/{2}(www\\.|m\\.)?imdb\\.com"
], ],
"name": "IMDb", "name": "IMDb",
"options": { "options": {
@ -334,7 +334,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:[a-zA-Z0-9-]+\\.)?(?:fandom|wikia)\\.com(?=\\/wiki|\\/?$)" "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?(fandom|wikia)\\.com(?=\\/wiki|\\/?$)"
], ],
"name": "Fandom", "name": "Fandom",
"options": { "options": {
@ -359,7 +359,7 @@
}, },
"targets": [ "targets": [
"^https?:\\/{2}i\\.pinimg\\.com", "^https?:\\/{2}i\\.pinimg\\.com",
"^https?:\\/{2}(?:www\\.)?pinterest\\.com" "^https?:\\/{2}(www\\.)?pinterest\\.com"
], ],
"options": { "options": {
"enabled": false, "enabled": false,
@ -524,7 +524,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?reuters\\.com\\/" "^https?:\\/{2}(www\\.)?reuters\\.com\\/"
], ],
"name": "Reuters", "name": "Reuters",
"options": { "options": {
@ -552,7 +552,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?genius\\.com\\/" "^https?:\\/{2}(www\\.)?genius\\.com\\/"
], ],
"name": "Genius", "name": "Genius",
"options": { "options": {
@ -574,7 +574,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?urbandictionary\\.com\\/" "^https?:\\/{2}(www\\.)?urbandictionary\\.com\\/"
], ],
"name": "Urban Dictionary", "name": "Urban Dictionary",
"options": { "options": {
@ -596,7 +596,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?stackoverflow\\.com\\/", "^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/",
"^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/" "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/"
], ],
"name": "Stack Overflow", "name": "Stack Overflow",
@ -620,7 +620,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?goodreads\\.com\\/" "^https?:\\/{2}(www\\.)?goodreads\\.com\\/"
], ],
"name": "Goodreads", "name": "Goodreads",
"options": { "options": {
@ -642,7 +642,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:[a-z]+\\.)*wikipedia\\.org\\/?" "^https?:\\/{2}([a-z]+\\.)*wikipedia\\.org\\/?"
], ],
"name": "Wikipedia", "name": "Wikipedia",
"options": { "options": {
@ -663,7 +663,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?snopes\\.com\\/" "^https?:\\/{2}(www\\.)?snopes\\.com\\/"
], ],
"name": "Snopes", "name": "Snopes",
"options": { "options": {
@ -793,7 +793,7 @@
} }
}, },
"targets": [ "targets": [
"^https?:\\/{2}(?:www\\.)?wolframalpha\\.com\\/" "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/"
], ],
"name": "Wolfram Alpha", "name": "Wolfram Alpha",
"options": { "options": {
@ -815,8 +815,8 @@
}, },
"targets": [ "targets": [
"^https?:\\/{2}speedtest\\.libredirect\\.invalid\\/", "^https?:\\/{2}speedtest\\.libredirect\\.invalid\\/",
"^https?:\\/{2}(?:www\\.)?fast\\.com\\/$", "^https?:\\/{2}(www\\.)?fast\\.com\\/$",
"^https?:\\/{2}(?:www\\.)?speedtest\\.net\\/$" "^https?:\\/{2}(www\\.)?speedtest\\.net\\/$"
], ],
"name": "Speed Test", "name": "Speed Test",
"options": { "options": {