redirects for medium.com and towardsdatascience.com

main
Mi Klo 2022-11-21 21:41:10 +01:00
rodzic 8185e3b97f
commit d02a2bccf2
1 zmienionych plików z 57 dodań i 0 usunięć

57
Redirector.json 100644
Wyświetl plik

@ -0,0 +1,57 @@
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2022-11-21T20:37:06.089Z",
"redirects": [
{
"description": "Example redirect, try going to http://example.com/anywordhere",
"exampleUrl": "http://example.com/some-word-that-matches-wildcard",
"exampleResult": "https://google.com/search?q=some-word-that-matches-wildcard",
"error": null,
"includePattern": "http://example.com/*",
"excludePattern": "",
"patternDesc": "Any word after example.com leads to google search for that word.",
"redirectUrl": "https://google.com/search?q=$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Medium -> Scribe",
"exampleUrl": "https://medium.com/@user/post-123456abcdef",
"exampleResult": "https://scribe.citizen4.eu/@user/post-123456abcdef",
"error": null,
"includePattern": "^https?://(?:.*\\.)*(?<!link\\.)medium\\.com(/.*)?$",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://scribe.citizen4.eu$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "towardsdatascience -> Scribe",
"exampleUrl": "https://towardsdatascience.com/a-simple-guide-to-automate-your-excel-reporting-with-python-9d35f143ef7",
"exampleResult": "https://scribe.citizen4.eu/a-simple-guide-to-automate-your-excel-reporting-with-python-9d35f143ef7",
"error": null,
"includePattern": "^https?://(?:.*\\.)*(?<!link\\.)towardsdatascience\\.com(/.*)?$",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://scribe.citizen4.eu$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}