Last active
August 4, 2023 11:04
-
-
Save M-rcus/0205cd49d42f0a5ad5ae3e94f38e80b1 to your computer and use it in GitHub Desktop.
Fixes URLs that refer to cyberdrop.to, to use cyberdrop.me instead. Use with Redirector: https://github.com/einaregilsson/Redirector#download-links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2023-08-04T10:47:57.667Z", | |
"redirects": [ | |
{ | |
"description": "Cyberdrop.to to .me - Assets", | |
"exampleUrl": "https://cdn.cyberdrop.to/libs/lightgallery.js/[email protected]", | |
"exampleResult": "https://cdn.cyberdrop.me/libs/lightgallery.js/[email protected]?teehee=zz", | |
"error": null, | |
"includePattern": "https://(\\w+).cyberdrop.to/(.+)(\\?.+$)?", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://$1.cyberdrop.me/$2?teehee=zz", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame", | |
"stylesheet", | |
"script", | |
"image", | |
"imageset", | |
"xmlhttprequest", | |
"history" | |
] | |
}, | |
{ | |
"description": "Cyberdrop.to to .me - Uploaded Files", | |
"exampleUrl": "https://fs-02.cyberdrop.to/01-80s58TzQ.jpg", | |
"exampleResult": "https://fs-02.cyberdrop.me/01-80s58TzQ.jpg", | |
"error": null, | |
"includePattern": "https://(fs-\\d+).cyberdrop.to/(.+)", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://$1.cyberdrop.me/$2", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame", | |
"image", | |
"imageset" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment