user/jan: add config for redirector extension
This commit is contained in:
parent
25ebee1ed0
commit
2e9aa88efc
1 changed files with 40 additions and 0 deletions
40
home/users/jan/browser/Redirector.json
Normal file
40
home/users/jan/browser/Redirector.json
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
{
|
||||||
|
"createdBy": "Redirector v3.5.3",
|
||||||
|
"createdAt": "2023-11-13T11:18:28.295Z",
|
||||||
|
"redirects": [
|
||||||
|
{
|
||||||
|
"description": "youtu.be -> individous",
|
||||||
|
"exampleUrl": "https://youtu.be/MYRBI-X5nfhI?si=sSoZBk9bB7NSEE8j",
|
||||||
|
"exampleResult": "https://invidious.fdn.fr/watch?v=MYRBI-X5nfhI",
|
||||||
|
"error": null,
|
||||||
|
"includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?",
|
||||||
|
"excludePattern": "",
|
||||||
|
"patternDesc": "get video id from url",
|
||||||
|
"redirectUrl": "https://invidious.fdn.fr/watch?v=$1",
|
||||||
|
"patternType": "R",
|
||||||
|
"processMatches": "noProcessing",
|
||||||
|
"disabled": false,
|
||||||
|
"grouped": false,
|
||||||
|
"appliesTo": [
|
||||||
|
"main_frame"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "youtube.com -> individous",
|
||||||
|
"exampleUrl": "https://www.youtube.com/watch?v=jQ-KdWyzKfE",
|
||||||
|
"exampleResult": "https://invidious.fdn.fr/watch?v=jQ-KdWyzKfE",
|
||||||
|
"error": null,
|
||||||
|
"includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?",
|
||||||
|
"excludePattern": "",
|
||||||
|
"patternDesc": "get video id from url",
|
||||||
|
"redirectUrl": "https://invidious.fdn.fr/watch?v=$1",
|
||||||
|
"patternType": "R",
|
||||||
|
"processMatches": "noProcessing",
|
||||||
|
"disabled": false,
|
||||||
|
"grouped": false,
|
||||||
|
"appliesTo": [
|
||||||
|
"main_frame"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue