From 729ec0ab69e90f9cf39a77c004684e00b1c668fd Mon Sep 17 00:00:00 2001 From: qsniyg Date: Tue, 20 Aug 2024 00:22:37 +0000 Subject: [PATCH] More websites/rules --- CHANGELOG.txt | 6 ++++++ src/userscript.ts | 4 ++++ userscript.user.js | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index da51495b..bdb7f3a4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +2024.8.1 (in-dev) + +Special thanks to nimbuz for their contributions and reports for this release + +--- + 2024.8.0 New features: diff --git a/src/userscript.ts b/src/userscript.ts index 517b9a0f..041488a1 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -34013,6 +34013,10 @@ var $$IMU_EXPORT$$; // thanks to anonymous for reporting: // https://cso.org/media/ls1fzrky/kelliohara_1500x1125_v2.jpg?anchor=center&mode=crop&width=1440&height=795&format=jpg&quality=85&rnd=132965911799130000 (domain_nowww === "cso.org" && /\/media\//.test(src)) || + // thanks to nimbuz on discord: + // https://newscast.jp/attachments/UnM6oKBOKKWmF98aFEXg.jpg?w=700&h=500&q=100 + // https://newscast.jp/attachments/UnM6oKBOKKWmF98aFEXg.jpg + (domain_nowww === "newscast.jp" && string_indexof(src, "/attachments/") >= 0) || // 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\//) || diff --git a/userscript.user.js b/userscript.user.js index 508b3012..9b3f1d1d 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -31161,6 +31161,10 @@ var $$IMU_EXPORT$$; // thanks to anonymous for reporting: // https://cso.org/media/ls1fzrky/kelliohara_1500x1125_v2.jpg?anchor=center&mode=crop&width=1440&height=795&format=jpg&quality=85&rnd=132965911799130000 (domain_nowww === "cso.org" && /\/media\//.test(src)) || + // thanks to nimbuz on discord: + // https://newscast.jp/attachments/UnM6oKBOKKWmF98aFEXg.jpg?w=700&h=500&q=100 + // https://newscast.jp/attachments/UnM6oKBOKKWmF98aFEXg.jpg + (domain_nowww === "newscast.jp" && string_indexof(src, "/attachments/") >= 0) || // 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\//) ||