From 52ae2942ea8f48e8761ad1802611fdf71b3ab45b Mon Sep 17 00:00:00 2001 From: qsniyg Date: Thu, 1 Feb 2024 03:41:49 +0000 Subject: [PATCH] Support mdr.de (fixes #945) --- src/userscript.ts | 9 +++++++++ userscript.user.js | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/src/userscript.ts b/src/userscript.ts index bf3f1946..447dadbf 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -111721,6 +111721,15 @@ var $$IMU_EXPORT$$; return src.replace(/(_v-)content(?:klein|gross|xl)\./, "$1fullhd."); } + if (domain_nowww === "cdn.mdr.de") { + // thanks to nimbuz on discord: https://github.com/qsniyg/maxurl/issues/945 + // https://cdn.mdr.de/nachrichten/thueringen/mitte-thueringen/erfurt/feuerwehr-azmannsdorf-104-resimage_v-variantBig24x9_w-1024.jpg?version=22298 + // https://cdn.mdr.de/nachrichten/thueringen/mitte-thueringen/erfurt/feuerwehr-azmannsdorf-104-resimage_v-variantBig1xN.jpg?version=22298 + // https://cdn.mdr.de/nachrichten/sachsen/flugzeug-abfertiger-102-resimage_v-variantSmall16x9_w-256.jpg + // https://cdn.mdr.de/nachrichten/sachsen/flugzeug-abfertiger-102-resimage_v-variantBig1xN.jpg + return src.replace(/(_v-variant)[^/.]+\./, "$1Big1xN."); + } + diff --git a/userscript.user.js b/userscript.user.js index 9ebabf17..249a5550 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -100272,6 +100272,14 @@ var $$IMU_EXPORT$$; // https://www.ndr.de/nachrichten/hamburg/drohne714_v-fullhd.jpg return src.replace(/(_v-)content(?:klein|gross|xl)\./, "$1fullhd."); } + if (domain_nowww === "cdn.mdr.de") { + // thanks to nimbuz on discord: https://github.com/qsniyg/maxurl/issues/945 + // https://cdn.mdr.de/nachrichten/thueringen/mitte-thueringen/erfurt/feuerwehr-azmannsdorf-104-resimage_v-variantBig24x9_w-1024.jpg?version=22298 + // https://cdn.mdr.de/nachrichten/thueringen/mitte-thueringen/erfurt/feuerwehr-azmannsdorf-104-resimage_v-variantBig1xN.jpg?version=22298 + // https://cdn.mdr.de/nachrichten/sachsen/flugzeug-abfertiger-102-resimage_v-variantSmall16x9_w-256.jpg + // https://cdn.mdr.de/nachrichten/sachsen/flugzeug-abfertiger-102-resimage_v-variantBig1xN.jpg + return src.replace(/(_v-variant)[^/.]+\./, "$1Big1xN."); + } // -- general rules -- if (src.match(/\/ImageGen\.ashx\?/)) { // http://www.lookalikes.info/umbraco/ImageGen.ashx?image=/media/97522/nick%20hewer%20-%20mark%20brown.jpeg&width=250&constrain=true