From 9cae1fa85ee1dca53e5d4f3ca658d47849e77730 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 7 Apr 2024 02:36:19 +0300 Subject: [PATCH] home/jan/browser: redirect from the old nixos.wiki --- home/users/jan/browser/Redirector.json | 265 +++++++++++++------------ 1 file changed, 141 insertions(+), 124 deletions(-) diff --git a/home/users/jan/browser/Redirector.json b/home/users/jan/browser/Redirector.json index b046df6..558d5f0 100644 --- a/home/users/jan/browser/Redirector.json +++ b/home/users/jan/browser/Redirector.json @@ -1,125 +1,142 @@ { - "createdBy": "Redirector v3.5.3", - "createdAt": "2024-03-31T20:54:38.657Z", - "redirects": [ - { - "description": "home youtube.com/youtu.be -> invidious", - "exampleUrl": "https://www.youtube.com/", - "exampleResult": "https://inv.oikei.net/", - "error": null, - "includePattern": "https://(?:www\\.)?(youtube\\.com|youtu.be)/$", - "excludePattern": "", - "patternDesc": "get home page ", - "redirectUrl": "https://inv.oikei.net/", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "youtu.be -> invidious", - "exampleUrl": "https://youtu.be/MYRBI-X5nfhI?si=sSoZBk9bB7NSEE8j", - "exampleResult": "https://inv.oikei.net/watch?v=MYRBI-X5nfhI", - "error": null, - "includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?", - "excludePattern": "", - "patternDesc": "get video id from url", - "redirectUrl": "https://inv.oikei.net/watch?v=$1", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "youtube.com -> invidious", - "exampleUrl": "https://www.youtube.com/watch?v=jQ-KdWyzKfE", - "exampleResult": "https://inv.oikei.net/watch?v=jQ-KdWyzKfE", - "error": null, - "includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?", - "excludePattern": "", - "patternDesc": "get video id from url", - "redirectUrl": "https://inv.oikei.net/watch?v=$1", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "youtube.com/shorts -> invidious", - "exampleUrl": "https://www.youtube.com/shorts/jQkhyLSqlLg", - "exampleResult": "https://inv.oikei.net/watch?v=jQkhyLSqlLg", - "error": null, - "includePattern": "https://(?:www\\.)?youtube\\.com/shorts/([\\w-]+)(&.*)?", - "excludePattern": "", - "patternDesc": "get video id from url", - "redirectUrl": "https://inv.oikei.net/watch?v=$1", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "youtube.com/live -> invidious", - "exampleUrl": "https://www.youtube.com/live/jQ-KdWyzKfE", - "exampleResult": "https://inv.oikei.net/watch?v=jQ-KdWyzKfE", - "error": null, - "includePattern": "https://(?:www\\.)?youtube\\.com/live/([\\w-]+)(\\?.*)?", - "excludePattern": "", - "patternDesc": "get video id from url", - "redirectUrl": "https://inv.oikei.net/watch?v=$1", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "youtube.com/channel -> invidious", - "exampleUrl": "https://www.youtube.com/@KdWyzKfE", - "exampleResult": "https://inv.oikei.net/@KdWyzKfE", - "error": null, - "includePattern": "https://(?:www\\.)?youtube\\.com/(@[\\w-]+)(\\?.*)?", - "excludePattern": "", - "patternDesc": "get channel name from url", - "redirectUrl": "https://inv.oikei.net/$1", - "patternType": "R", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - }, - { - "description": "indivious (old -> current)", - "exampleUrl": "https://yt.cdaut.de/watch?v=jUnhS74uicE", - "exampleResult": "https://inv.oikei.net/watch?v=jUnhS74uicE", - "error": null, - "includePattern": "https://yt.cdaut.de/*", - "excludePattern": "", - "patternDesc": "Redirect from old instances", - "redirectUrl": "https://inv.oikei.net/$1", - "patternType": "W", - "processMatches": "noProcessing", - "disabled": false, - "grouped": false, - "appliesTo": [ - "main_frame" - ] - } - ] -} + "createdBy": "Redirector v3.5.3", + "createdAt": "2024-04-05T15:08:24.527Z", + "redirects": [ + { + "description": "home youtube.com/youtu.be -> invidious", + "exampleUrl": "https://www.youtube.com/", + "exampleResult": "https://inv.oikei.net/", + "error": null, + "includePattern": "https://(?:www\\.)?(youtube\\.com|youtu.be)/$", + "excludePattern": "", + "patternDesc": "get home page ", + "redirectUrl": "https://inv.oikei.net/", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "youtu.be -> invidious", + "exampleUrl": "https://youtu.be/MYRBI-X5nfhI?si=sSoZBk9bB7NSEE8j", + "exampleResult": "https://inv.oikei.net/watch?v=MYRBI-X5nfhI", + "error": null, + "includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?", + "excludePattern": "", + "patternDesc": "get video id from url", + "redirectUrl": "https://inv.oikei.net/watch?v=$1", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "youtube.com -> invidious", + "exampleUrl": "https://www.youtube.com/watch?v=jQ-KdWyzKfE", + "exampleResult": "https://inv.oikei.net/watch?v=jQ-KdWyzKfE", + "error": null, + "includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?", + "excludePattern": "", + "patternDesc": "get video id from url", + "redirectUrl": "https://inv.oikei.net/watch?v=$1", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "youtube.com/shorts -> invidious", + "exampleUrl": "https://www.youtube.com/shorts/jQkhyLSqlLg", + "exampleResult": "https://inv.oikei.net/watch?v=jQkhyLSqlLg", + "error": null, + "includePattern": "https://(?:www\\.)?youtube\\.com/shorts/([\\w-]+)(&.*)?", + "excludePattern": "", + "patternDesc": "get video id from url", + "redirectUrl": "https://inv.oikei.net/watch?v=$1", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "youtube.com/live -> invidious", + "exampleUrl": "https://www.youtube.com/live/jQ-KdWyzKfE", + "exampleResult": "https://inv.oikei.net/watch?v=jQ-KdWyzKfE", + "error": null, + "includePattern": "https://(?:www\\.)?youtube\\.com/live/([\\w-]+)(\\?.*)?", + "excludePattern": "", + "patternDesc": "get video id from url", + "redirectUrl": "https://inv.oikei.net/watch?v=$1", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "youtube.com/channel -> invidious", + "exampleUrl": "https://www.youtube.com/@KdWyzKfE", + "exampleResult": "https://inv.oikei.net/@KdWyzKfE", + "error": null, + "includePattern": "https://(?:www\\.)?youtube\\.com/(@[\\w-]+)(\\?.*)?", + "excludePattern": "", + "patternDesc": "get channel name from url", + "redirectUrl": "https://inv.oikei.net/$1", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "indivious (old -> current)", + "exampleUrl": "https://yt.cdaut.de/watch?v=jUnhS74uicE", + "exampleResult": "https://inv.oikei.net/watch?v=jUnhS74uicE", + "error": null, + "includePattern": "https://yt.cdaut.de/*", + "excludePattern": "", + "patternDesc": "Redirect from old instances", + "redirectUrl": "https://inv.oikei.net/$1", + "patternType": "W", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, + { + "description": "nixos.wiki -> wiki.nixos.org", + "exampleUrl": "https://nixos.wiki/wiki/Full_Disk_Encryption", + "exampleResult": "https://wiki.nixos.org/wiki/Full_Disk_Encryption", + "error": null, + "includePattern": "https://nixos.wiki/wiki/*", + "excludePattern": "", + "patternDesc": "", + "redirectUrl": "https://wiki.nixos.org/wiki/$1", + "patternType": "W", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + } + ] +} \ No newline at end of file