redirector-config/Redirector.json

57 wiersze
2.3 KiB
JSON

{
"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"
]
}
]
}