Skip to content

Commit

Permalink
More websites/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Aug 20, 2024
1 parent 3a2f426 commit 729ec0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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\//) ||
Expand Down
4 changes: 4 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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\//) ||
Expand Down

0 comments on commit 729ec0a

Please sign in to comment.