1
0

Letze MV2 Plugins

This commit is contained in:
Akamaru
2025-08-14 14:39:46 +02:00
parent 310315541f
commit a64760e36f
3 changed files with 80 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2025-01-01T13:59:19.753Z",
"createdAt": "2025-07-31T14:16:50.526Z",
"redirects": [
{
"description": "Google Search no tags",
@@ -1257,6 +1257,40 @@
"appliesTo": [
"main_frame"
]
},
{
"description": "PonyWave URL Redirect",
"exampleUrl": "http://amzn.to/2uTSKyb",
"exampleResult": "https://tools.ponywave.de/url_expander/?url=http://amzn.to/2uTSKyb",
"error": null,
"includePattern": "(https?:\\/\\/(amzn\\.to|ctrk\\.klclick\\.com)\\/.+)",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://tools.ponywave.de/url_expander/?url=$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Serienfans Temp Fix",
"exampleUrl": "https://serienfans.org/9-1-1-lone-star",
"exampleResult": "https://serienfreaks.org/9-1-1-lone-star",
"error": null,
"includePattern": "https?:\\/\\/serienfans\\.org\\/(.+)",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://serienfreaks.org/$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": true,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}