From 9d53eef89d67b8332b39fca3b4051c1101366bca Mon Sep 17 00:00:00 2001 From: qsniyg Date: Mon, 12 Feb 2024 18:07:39 +0000 Subject: [PATCH] More websites/rules --- src/userscript.ts | 69 ++++++++++++++++++++++++++++++++++++++++++++++ userscript.user.js | 62 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) diff --git a/src/userscript.ts b/src/userscript.ts index fca6968a..2efbd9d7 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -30163,6 +30163,13 @@ var $$IMU_EXPORT$$; return newsrc; } + if (amazon_container === "arc-anglerfish-washpost-prod-washpost") { + // thanks to roi: + // https://arc-anglerfish-washpost-prod-washpost.s3.us-east-1.amazonaws.com/public/PIOG6C7PYNGKBKXF7MGWBVRNAM_size-normalized.jpg + // https://arc-anglerfish-washpost-prod-washpost.s3.us-east-1.amazonaws.com/public/PIOG6C7PYNGKBKXF7MGWBVRNAM.jpg + return src.replace(/_size-normalized(\.[^/.]+)(?:[?#].*)?$/, "$1"); + } + if ((domain_nosub === "washingtonpost.com" || // https://www.statesman.com/rf/image_md/Pub/p9/AJC/Blog/Diehards/2018/04/05/Images/240866_GettyImages-872925824_sndecp.jpg domain_nowww === "statesman.com" || @@ -32710,6 +32717,12 @@ var $$IMU_EXPORT$$; // https://img.haarets.co.il/bs/0000018d-805e-daa1-a9fd-e25e74450000/d1/69/6404b74446c6a1e97f964591779e/66679.jpg?height=331&width=570 // https://img.haarets.co.il/bs/0000018d-805e-daa1-a9fd-e25e74450000/d1/69/6404b74446c6a1e97f964591779e/66679.jpg domain === "img.haarets.co.il" || + // thanks to roi: + // https://www.wnoz.de/imgs/03/1/5/6/9/0/2/wnoz.de__Print-2fbf2d5d9bb48277.png?crop=crop-center&fm=webp&q=70&fit=crop-50-50&s=41b8a3d362451eef7ee46d2e7d3b284a + (domain_nowww === "wnoz.de" && /\/imgs\//.test(src)) || + // thanks to roi: + // https://assets.steadyhq.com/production/post/1ad97076-f4e7-4d2e-8ad8-f896e4fee0ea/uploads/images/3ebxqpf5as/6.png?auto=compress&w=800&fit=max&dpr=2&fm=webp + domain === "assets.steadyhq.com" || // http://us.jimmychoo.com/dw/image/v2/AAWE_PRD/on/demandware.static/-/Sites-jch-master-product-catalog/default/dw70b1ebd2/images/rollover/LIZ100MPY_120004_MODEL.jpg?sw=245&sh=245&sm=fit // https://www.aritzia.com/on/demandware.static/-/Library-Sites-Aritzia_Shared/default/dw3a7fef87/seasonal/ss18/ss18-springsummercampaign/ss18-springsummercampaign-homepage/hptiles/tile-wilfred-lrg.jpg src.match(/\/demandware\.static\//) || @@ -68188,6 +68201,13 @@ var $$IMU_EXPORT$$; return newsrc; } + if (domain === "media.defense.gov") { + // thanks to roi: + // https://media.defense.gov/2023/Nov/09/2003338591/1280/1280/0/231108-F-VJ532-1955.JPG + // https://media.defense.gov/2023/Nov/09/2003338591/-1/-1/0/231108-F-VJ532-1955.JPG + return src.replace(/\/[0-9]+\/+[0-9]+\/+[^/]+\/+([^/]+)(?:[?#].*)?$/, "/-1/-1/0/$1"); + } + if (domain === "multimidia.correiodopovo.com.br") { // http://multimidia.correiodopovo.com.br/thumb.aspx?Caminho=multimidia/2016/11/19/407295.JPG&Tamanho=690 // http://multimidia.correiodopovo.com.br/multimidia/2016/11/19/407295.JPG @@ -108183,6 +108203,24 @@ var $$IMU_EXPORT$$; return src.replace(/^[a-z]+:\/\/[^/]+\/+resizer\/+[^/]+=\/+arc-anglerfish-([^/]+)-prod-([^/]+)\/+public\/+/, "https://cloudfront-$1.images.arcpublishing.com/$2/"); } + if (domain_nosub === "arcpublishing.com" && /\.cdn\./.test(domain)) { + // thanks to roi: + // https://dmn-dallas-news-prod.cdn.arcpublishing.com/resizer/v2/H25GPQMSJBGOHI3MYI6L2IGOPM.jpg?auth=3ff15b216d05fb4ee1eb3492c7110beb3882ae0b407e9e4b674230b67446d282&height=1107&width=1660&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/dmn/H25GPQMSJBGOHI3MYI6L2IGOPM.jpg + // https://gray-wbtv-prod.cdn.arcpublishing.com/resizer/v2/BLGJNHKSQZBLHO5LNX43UVGOLE.png?auth=b684392fc943c9a746d319cc0179e13c972f3e5664260b9019cc86c27e371e31&width=800&height=450&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/BLGJNHKSQZBLHO5LNX43UVGOLE.png + // https://gray-ktvf-prod.cdn.arcpublishing.com/resizer/v2/UEZDQLVFH5GITL2FAPZUF23TPU.jpg?auth=cf9402eceff1e544f6f2fb421b1a506dceac8a07fb9aba2938c729cc665c4e5a&width=980&height=551&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/UEZDQLVFH5GITL2FAPZUF23TPU.jpg + // https://gray-wndu-prod.cdn.arcpublishing.com/resizer/v2/VYOQYEV74VDZTG6NUKF6YBRZGU.jpg?auth=fb5a8b47738196b479797299808f679d4bfb72ec99129b7c0c138b06deb507bb&width=800&height=450&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/VYOQYEV74VDZTG6NUKF6YBRZGU.jpg + let subdomain = domain.replace(/\.cdn\.arcpublishing\.com$/, ""); + let folder = subdomain.replace(/^([a-z]+)-.*/, "$1"); + + newsrc = src.replace(/^[a-z]+:\/\/[^/]+\/+resizer\/+v2\/+([^?#/]+)(?:[?#].*)?$/, "https://cloudfront-us-east-1.images.arcpublishing.com/" + folder + "/$1"); + if (newsrc !== src) + return newsrc; + } + if (domain_nowww === "lqj.ch") { // thanks to roi: // https://www.lqj.ch/media/image/15/large_3_2/67b663ae-ee6b-4f64-b324-96392949a20e.jpg.webp @@ -112243,6 +112281,33 @@ var $$IMU_EXPORT$$; return src.replace(/\/lbimg\/+post-[^/]+\/+/, "/"); } + if (domain === "cdn.saam.media") { + // thanks to roi: + // https://cdn.saam.media/w7sDMY6bJ1Pz8zt-QJKBaK6y1U4/640/0/center/cover/jpg/https%3A%2F%2Fd3ec1vt3scx7rr.cloudfront.net%2Ffiles%2Fartwork%2Fimages%2FSAAM-1964.1.15_2.jpg + // https://d3ec1vt3scx7rr.cloudfront.net/files/artwork/images/SAAM-1964.1.15_2.jpg + newsrc = src.replace(/^[a-z]+:\/\/[^/]+\/+[^/]+\/+[0-9]+\/+[0-9]+\/+[^/]+\/+[^/]+\/+[^/]+\/+(https?[%:].*)$/, "$1"); + if (newsrc !== src) + return decodeuri_ifneeded(newsrc); + } + + if (domain === "img.kyodonews.net") { + // thanks to roi: + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_s.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_m.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_l.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo.jpg + return src.replace(/(\/images\/+[^/]+\/+[0-9a-f]{10,}\/+photo)_[sml]\./, "$1."); + } + + if (domain_nowww === "tulup.ru") { + // thanks to roi: + // https://tulup.ru/photo/media/galleries/2023-12-05.isu_grand_prix_final_2023/05_dec_arrival/normal/4P1A5971.JPG + // https://tulup.ru/photo/media/galleries/2023-12-05.isu_grand_prix_final_2023/05_dec_arrival/big/4P1A5971.JPG + // doesn't work for all: + // https://www.tulup.ru/photo/media/galleries/2017-01-28.universiade/3_feb_men_training/big/DSC04235.JPG -- 404 + return src.replace(/(\/photo\/+media\/+galleries\/+[^/]+\/+[^/]+\/+)normal\/+/, "$1big/"); + } + @@ -112853,6 +112918,10 @@ var $$IMU_EXPORT$$; // https://images.ecestaticos.com/9cgcsvmkyC8-YZ1q-gpt7oYLlmQ=/0x326:2275x3307/1440x1920/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F16b%2Fde7%2F19e%2F16bde719e1cdf5bf5b75916dd34b02b7.jpg // https://f.elconfidencial.com/original/16b/de7/19e/16bde719e1cdf5bf5b75916dd34b02b7.jpg domain === "images.ecestaticos.com" || + // thanks to roi: + // https://img.leidschdagblad.nl/kOT9C7BzOHdG-xtbrT7CHaa0WZo=/640x360/smart/https%3A%2F%2Fcdn-kiosk-api.telegraaf.nl%2Ff56290f0-c921-11ee-a090-0217670beecd.jpg + // https://cdn-kiosk-api.telegraaf.nl/f56290f0-c921-11ee-a090-0217670beecd.jpg + domain === "img.leidschdagblad.nl" || src.match(/:\/\/[^/]*\/thumbor\/[^/]*=\//) || // https://www.orlandosentinel.com/resizer/tREpzmUU7LJX1cbkAN-unm7wL0Y=/fit-in/800x600/top/filters:fill(black)/arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/XC6HBG2I4VHTJGGCOYVPLBGVSM.jpg // http://arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/XC6HBG2I4VHTJGGCOYVPLBGVSM.jpg diff --git a/userscript.user.js b/userscript.user.js index 505b03fa..7aca0c56 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -27513,6 +27513,12 @@ var $$IMU_EXPORT$$; if (newsrc !== src) return newsrc; } + if (amazon_container === "arc-anglerfish-washpost-prod-washpost") { + // thanks to roi: + // https://arc-anglerfish-washpost-prod-washpost.s3.us-east-1.amazonaws.com/public/PIOG6C7PYNGKBKXF7MGWBVRNAM_size-normalized.jpg + // https://arc-anglerfish-washpost-prod-washpost.s3.us-east-1.amazonaws.com/public/PIOG6C7PYNGKBKXF7MGWBVRNAM.jpg + return src.replace(/_size-normalized(\.[^/.]+)(?:[?#].*)?$/, "$1"); + } if ((domain_nosub === "washingtonpost.com" || // https://www.statesman.com/rf/image_md/Pub/p9/AJC/Blog/Diehards/2018/04/05/Images/240866_GettyImages-872925824_sndecp.jpg domain_nowww === "statesman.com" || @@ -29894,6 +29900,12 @@ var $$IMU_EXPORT$$; // https://img.haarets.co.il/bs/0000018d-805e-daa1-a9fd-e25e74450000/d1/69/6404b74446c6a1e97f964591779e/66679.jpg?height=331&width=570 // https://img.haarets.co.il/bs/0000018d-805e-daa1-a9fd-e25e74450000/d1/69/6404b74446c6a1e97f964591779e/66679.jpg domain === "img.haarets.co.il" || + // thanks to roi: + // https://www.wnoz.de/imgs/03/1/5/6/9/0/2/wnoz.de__Print-2fbf2d5d9bb48277.png?crop=crop-center&fm=webp&q=70&fit=crop-50-50&s=41b8a3d362451eef7ee46d2e7d3b284a + (domain_nowww === "wnoz.de" && /\/imgs\//.test(src)) || + // thanks to roi: + // https://assets.steadyhq.com/production/post/1ad97076-f4e7-4d2e-8ad8-f896e4fee0ea/uploads/images/3ebxqpf5as/6.png?auto=compress&w=800&fit=max&dpr=2&fm=webp + domain === "assets.steadyhq.com" || // http://us.jimmychoo.com/dw/image/v2/AAWE_PRD/on/demandware.static/-/Sites-jch-master-product-catalog/default/dw70b1ebd2/images/rollover/LIZ100MPY_120004_MODEL.jpg?sw=245&sh=245&sm=fit // https://www.aritzia.com/on/demandware.static/-/Library-Sites-Aritzia_Shared/default/dw3a7fef87/seasonal/ss18/ss18-springsummercampaign/ss18-springsummercampaign-homepage/hptiles/tile-wilfred-lrg.jpg src.match(/\/demandware\.static\//) || @@ -61814,6 +61826,12 @@ var $$IMU_EXPORT$$; if (newsrc !== src) return newsrc; } + if (domain === "media.defense.gov") { + // thanks to roi: + // https://media.defense.gov/2023/Nov/09/2003338591/1280/1280/0/231108-F-VJ532-1955.JPG + // https://media.defense.gov/2023/Nov/09/2003338591/-1/-1/0/231108-F-VJ532-1955.JPG + return src.replace(/\/[0-9]+\/+[0-9]+\/+[^/]+\/+([^/]+)(?:[?#].*)?$/, "/-1/-1/0/$1"); + } if (domain === "multimidia.correiodopovo.com.br") { // http://multimidia.correiodopovo.com.br/thumb.aspx?Caminho=multimidia/2016/11/19/407295.JPG&Tamanho=690 // http://multimidia.correiodopovo.com.br/multimidia/2016/11/19/407295.JPG @@ -97123,6 +97141,22 @@ var $$IMU_EXPORT$$; // https://cloudfront-eu-central-1.images.arcpublishing.com/leparisien/INPJCBLRFBB47L3KDPDDIFLRNQ.jpg return src.replace(/^[a-z]+:\/\/[^/]+\/+resizer\/+[^/]+=\/+arc-anglerfish-([^/]+)-prod-([^/]+)\/+public\/+/, "https://cloudfront-$1.images.arcpublishing.com/$2/"); } + if (domain_nosub === "arcpublishing.com" && /\.cdn\./.test(domain)) { + // thanks to roi: + // https://dmn-dallas-news-prod.cdn.arcpublishing.com/resizer/v2/H25GPQMSJBGOHI3MYI6L2IGOPM.jpg?auth=3ff15b216d05fb4ee1eb3492c7110beb3882ae0b407e9e4b674230b67446d282&height=1107&width=1660&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/dmn/H25GPQMSJBGOHI3MYI6L2IGOPM.jpg + // https://gray-wbtv-prod.cdn.arcpublishing.com/resizer/v2/BLGJNHKSQZBLHO5LNX43UVGOLE.png?auth=b684392fc943c9a746d319cc0179e13c972f3e5664260b9019cc86c27e371e31&width=800&height=450&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/BLGJNHKSQZBLHO5LNX43UVGOLE.png + // https://gray-ktvf-prod.cdn.arcpublishing.com/resizer/v2/UEZDQLVFH5GITL2FAPZUF23TPU.jpg?auth=cf9402eceff1e544f6f2fb421b1a506dceac8a07fb9aba2938c729cc665c4e5a&width=980&height=551&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/UEZDQLVFH5GITL2FAPZUF23TPU.jpg + // https://gray-wndu-prod.cdn.arcpublishing.com/resizer/v2/VYOQYEV74VDZTG6NUKF6YBRZGU.jpg?auth=fb5a8b47738196b479797299808f679d4bfb72ec99129b7c0c138b06deb507bb&width=800&height=450&smart=true + // https://cloudfront-us-east-1.images.arcpublishing.com/gray/VYOQYEV74VDZTG6NUKF6YBRZGU.jpg + var subdomain = domain.replace(/\.cdn\.arcpublishing\.com$/, ""); + var folder_1 = subdomain.replace(/^([a-z]+)-.*/, "$1"); + newsrc = src.replace(/^[a-z]+:\/\/[^/]+\/+resizer\/+v2\/+([^?#/]+)(?:[?#].*)?$/, "https://cloudfront-us-east-1.images.arcpublishing.com/" + folder_1 + "/$1"); + if (newsrc !== src) + return newsrc; + } if (domain_nowww === "lqj.ch") { // thanks to roi: // https://www.lqj.ch/media/image/15/large_3_2/67b663ae-ee6b-4f64-b324-96392949a20e.jpg.webp @@ -100750,6 +100784,30 @@ var $$IMU_EXPORT$$; // https://static.legalcdn.org/51/24/5cbd5703ca2c7_1555912451.png return src.replace(/\/lbimg\/+post-[^/]+\/+/, "/"); } + if (domain === "cdn.saam.media") { + // thanks to roi: + // https://cdn.saam.media/w7sDMY6bJ1Pz8zt-QJKBaK6y1U4/640/0/center/cover/jpg/https%3A%2F%2Fd3ec1vt3scx7rr.cloudfront.net%2Ffiles%2Fartwork%2Fimages%2FSAAM-1964.1.15_2.jpg + // https://d3ec1vt3scx7rr.cloudfront.net/files/artwork/images/SAAM-1964.1.15_2.jpg + newsrc = src.replace(/^[a-z]+:\/\/[^/]+\/+[^/]+\/+[0-9]+\/+[0-9]+\/+[^/]+\/+[^/]+\/+[^/]+\/+(https?[%:].*)$/, "$1"); + if (newsrc !== src) + return decodeuri_ifneeded(newsrc); + } + if (domain === "img.kyodonews.net") { + // thanks to roi: + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_s.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_m.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo_l.jpg + // https://img.kyodonews.net/english/public/images/posts/3cafd72ebcfe7417f57192ed1a1ee835/photo.jpg + return src.replace(/(\/images\/+[^/]+\/+[0-9a-f]{10,}\/+photo)_[sml]\./, "$1."); + } + if (domain_nowww === "tulup.ru") { + // thanks to roi: + // https://tulup.ru/photo/media/galleries/2023-12-05.isu_grand_prix_final_2023/05_dec_arrival/normal/4P1A5971.JPG + // https://tulup.ru/photo/media/galleries/2023-12-05.isu_grand_prix_final_2023/05_dec_arrival/big/4P1A5971.JPG + // doesn't work for all: + // https://www.tulup.ru/photo/media/galleries/2017-01-28.universiade/3_feb_men_training/big/DSC04235.JPG -- 404 + return src.replace(/(\/photo\/+media\/+galleries\/+[^/]+\/+[^/]+\/+)normal\/+/, "$1big/"); + } // -- 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 @@ -101164,6 +101222,10 @@ var $$IMU_EXPORT$$; // https://images.ecestaticos.com/9cgcsvmkyC8-YZ1q-gpt7oYLlmQ=/0x326:2275x3307/1440x1920/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F16b%2Fde7%2F19e%2F16bde719e1cdf5bf5b75916dd34b02b7.jpg // https://f.elconfidencial.com/original/16b/de7/19e/16bde719e1cdf5bf5b75916dd34b02b7.jpg domain === "images.ecestaticos.com" || + // thanks to roi: + // https://img.leidschdagblad.nl/kOT9C7BzOHdG-xtbrT7CHaa0WZo=/640x360/smart/https%3A%2F%2Fcdn-kiosk-api.telegraaf.nl%2Ff56290f0-c921-11ee-a090-0217670beecd.jpg + // https://cdn-kiosk-api.telegraaf.nl/f56290f0-c921-11ee-a090-0217670beecd.jpg + domain === "img.leidschdagblad.nl" || src.match(/:\/\/[^/]*\/thumbor\/[^/]*=\//) || // https://www.orlandosentinel.com/resizer/tREpzmUU7LJX1cbkAN-unm7wL0Y=/fit-in/800x600/top/filters:fill(black)/arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/XC6HBG2I4VHTJGGCOYVPLBGVSM.jpg // http://arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/XC6HBG2I4VHTJGGCOYVPLBGVSM.jpg