Skip to content

Instantly share code, notes, and snippets.

@M-rcus
Last active August 4, 2023 11:04
Show Gist options
  • Save M-rcus/0205cd49d42f0a5ad5ae3e94f38e80b1 to your computer and use it in GitHub Desktop.
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
{
"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/lightgallery.js@1.4.0.min.js",
"exampleResult": "https://cdn.cyberdrop.me/libs/lightgallery.js/lightgallery.js@1.4.0.min.js?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