user@server $cd ~/services/
Пример конфига для расширения Redirector:
user@server ~/services $cat redirector.txt
Использование проксирующих сервисов
{
"description": "reddit1",
"exampleUrl": "https://www.reddit.com/asdad",
"exampleResult": "https://rl.thedroth.rocks/asdad",
"error": null,
"includePattern": "https://www.reddit.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://rl.thedroth.rocks/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "stackoverflow",
"exampleUrl": "https://stackoverflow.com/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files",
"exampleResult": "https://ao.thedroth.rocks/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files",
"error": null,
"includePattern": "https://stackoverflow.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://ao.thedroth.rocks/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "fandom.com -> bw.thedroth.rocks",
"exampleUrl": "https://minecraft.fandom.com/wiki/Bricks",
"exampleResult": "https://bw.thedroth.rocks/minecraft/wiki/Bricks",
"error": null,
"includePattern": "https://*.fandom.com/wiki/*",
"excludePattern": "https://www.fandom.com/*",
"patternDesc": "",
"redirectUrl": "https://bw.thedroth.rocks/$1/wiki/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},