Skip to content

Commit

Permalink
More websites/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Feb 10, 2024
1 parent 864f722 commit 883a3c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32788,6 +32788,9 @@ var $$IMU_EXPORT$$;
// thanks to Liz on discord for reporting:
// https://digitalcontent.api.tesco.com/v2/media/ghs/c63ca81c-b4d0-471f-b141-41a4427c8b8c/6469fe59-3273-466e-83ce-18670abf8545_1589390207.jpeg?h=225&w=225
(domain === "digitalcontent.api.tesco.com" && /\/v2\/+media\//.test(src)) ||
// thanks to anonymous for reporting:
// https://gitlab.winehq.org/uploads/-/system/user/avatar/4/avatar.png?width=24
(domain === "gitlab.winehq.org" && /\/uploads\/+/.test(src)) ||
// thanks to MinuteAd8502 on github: https://github.com/qsniyg/maxurl/issues/874
// https://img01.ztat.net/article/spp-media-p1/369ffb094cae4443bee45519929dddb8/4269d8d79cfe418888fdc155bf1a8e2e.jpg?imwidth=762
// https://img01.ztat.net/article/spp-media-p1/369ffb094cae4443bee45519929dddb8/4269d8d79cfe418888fdc155bf1a8e2e.jpg -- 1801x2600
Expand Down Expand Up @@ -113091,6 +113094,10 @@ var $$IMU_EXPORT$$;
// https://spb.office-plus.ru/upload/webp/iblock/3b7/4d1tp9e0tkf2s4ld7ir465ej1y0gdua8/ofisnaya_mebel_layt_photo_01.webp
// https://spb.office-plus.ru/upload/iblock/3b7/4d1tp9e0tkf2s4ld7ir465ej1y0gdua8/ofisnaya-mebel-layt-photo-01.jpg
//domain === "spb.office-plus.ru" ||
// thanks to anonymous for reporting:
// https://ru.viomi.com/upload/resize_cache/iblock/afc/3yj9jd912hjxilml8zuxdbfgs9eni9jn/940_940_1/Viomi_V5_Pro_Black_Gallery_03.jpg
// https://ru.viomi.com/upload/iblock/afc/3yj9jd912hjxilml8zuxdbfgs9eni9jn/Viomi_V5_Pro_Black_Gallery_03.jpg
domain === "ru.viomi.com" ||
// https://www.sb.by/upload/resize_cache/slam.image/iblock/2bb/855_2000_1/2bb028a9c7ce97a07fc667b3bd54f00c.JPG
// https://www.sb.by/upload/iblock/2bb/2bb028a9c7ce97a07fc667b3bd54f00c.JPG
src.match(/:\/\/[^/]*\/upload\/+resize_cache\/+(?:[^/]*\/+)?iblock\/+[0-9a-f]{3}\/+[0-9]+_[0-9]+_/) ||
Expand Down
7 changes: 7 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -29972,6 +29972,9 @@ var $$IMU_EXPORT$$;
// thanks to Liz on discord for reporting:
// https://digitalcontent.api.tesco.com/v2/media/ghs/c63ca81c-b4d0-471f-b141-41a4427c8b8c/6469fe59-3273-466e-83ce-18670abf8545_1589390207.jpeg?h=225&w=225
(domain === "digitalcontent.api.tesco.com" && /\/v2\/+media\//.test(src)) ||
// thanks to anonymous for reporting:
// https://gitlab.winehq.org/uploads/-/system/user/avatar/4/avatar.png?width=24
(domain === "gitlab.winehq.org" && /\/uploads\/+/.test(src)) ||
// thanks to MinuteAd8502 on github: https://github.com/qsniyg/maxurl/issues/874
// https://img01.ztat.net/article/spp-media-p1/369ffb094cae4443bee45519929dddb8/4269d8d79cfe418888fdc155bf1a8e2e.jpg?imwidth=762
// https://img01.ztat.net/article/spp-media-p1/369ffb094cae4443bee45519929dddb8/4269d8d79cfe418888fdc155bf1a8e2e.jpg -- 1801x2600
Expand Down Expand Up @@ -101376,6 +101379,10 @@ var $$IMU_EXPORT$$;
// https://spb.office-plus.ru/upload/webp/iblock/3b7/4d1tp9e0tkf2s4ld7ir465ej1y0gdua8/ofisnaya_mebel_layt_photo_01.webp
// https://spb.office-plus.ru/upload/iblock/3b7/4d1tp9e0tkf2s4ld7ir465ej1y0gdua8/ofisnaya-mebel-layt-photo-01.jpg
//domain === "spb.office-plus.ru" ||
// thanks to anonymous for reporting:
// https://ru.viomi.com/upload/resize_cache/iblock/afc/3yj9jd912hjxilml8zuxdbfgs9eni9jn/940_940_1/Viomi_V5_Pro_Black_Gallery_03.jpg
// https://ru.viomi.com/upload/iblock/afc/3yj9jd912hjxilml8zuxdbfgs9eni9jn/Viomi_V5_Pro_Black_Gallery_03.jpg
domain === "ru.viomi.com" ||
// https://www.sb.by/upload/resize_cache/slam.image/iblock/2bb/855_2000_1/2bb028a9c7ce97a07fc667b3bd54f00c.JPG
// https://www.sb.by/upload/iblock/2bb/2bb028a9c7ce97a07fc667b3bd54f00c.JPG
src.match(/:\/\/[^/]*\/upload\/+resize_cache\/+(?:[^/]*\/+)?iblock\/+[0-9a-f]{3}\/+[0-9]+_[0-9]+_/) ||
Expand Down

0 comments on commit 883a3c3

Please sign in to comment.