Skip to content

Commit

Permalink
Support ameba manga (fixes #1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Apr 23, 2024
1 parent c2208c8 commit 1d68462
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bugfixes:
* Fix browser download replacing current page on non-same-origin URLs
* Fix GM_download headers for Tampermonkey and Violentmonkey

Special thanks to fireattack, nimbuz, Froktime, fyhtma, SakalliTavernaci, TheLastZombie, oifj34f34f, Solus, sn3akyb3ar, n0stal6ic, nyahgust, vscum, TristanWasTaken, BlindWanda for their contributions and reports for this release
Special thanks to fireattack, nimbuz, Froktime, fyhtma, SakalliTavernaci, TheLastZombie, oifj34f34f, Solus, sn3akyb3ar, n0stal6ic, nyahgust, vscum, TristanWasTaken, BlindWanda, SUPER7X for their contributions and reports for this release

---

Expand Down
4 changes: 4 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32967,6 +32967,10 @@ var $$IMU_EXPORT$$;
// https://images.footballfanatics.com/hokkaido-nippon-ham-fighters/nippon-ham-fighters-x-morning-musume-%E2%80%9924-collaboration-goods-support-furifuri-keychain-mari-makino-24-04-16_16_57_ss5_p-201530806+u-hvrbnttggyrb5tgqluid+v-qeatftb4ama9yv9sfkzg.jpg?_hv=2&w=180
// https://images.footballfanatics.com/hokkaido-nippon-ham-fighters/nippon-ham-fighters-x-morning-musume-%E2%80%9924-collaboration-goods-support-furifuri-keychain-mari-makino-24-04-16_16_57_ss5_p-201530806+u-hvrbnttggyrb5tgqluid+v-qeatftb4ama9yv9sfkzg.jpg
domain === "images.footballfanatics.com" ||
// thanks to SUPER7X on github: https://github.com/qsniyg/maxurl/issues/1313
// https://stat.dokusho-ojikan.jp/bf0e01c5-6bc4-4ce0-815a-1d90b9e19130.jpg?dh=302&dw=212&of=webp&q=70
// https://stat.dokusho-ojikan.jp/bf0e01c5-6bc4-4ce0-815a-1d90b9e19130.jpg
domain === "stat.dokusho-ojikan.jp" ||
// 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 @@ -30126,6 +30126,10 @@ var $$IMU_EXPORT$$;
// https://images.footballfanatics.com/hokkaido-nippon-ham-fighters/nippon-ham-fighters-x-morning-musume-%E2%80%9924-collaboration-goods-support-furifuri-keychain-mari-makino-24-04-16_16_57_ss5_p-201530806+u-hvrbnttggyrb5tgqluid+v-qeatftb4ama9yv9sfkzg.jpg?_hv=2&w=180
// https://images.footballfanatics.com/hokkaido-nippon-ham-fighters/nippon-ham-fighters-x-morning-musume-%E2%80%9924-collaboration-goods-support-furifuri-keychain-mari-makino-24-04-16_16_57_ss5_p-201530806+u-hvrbnttggyrb5tgqluid+v-qeatftb4ama9yv9sfkzg.jpg
domain === "images.footballfanatics.com" ||
// thanks to SUPER7X on github: https://github.com/qsniyg/maxurl/issues/1313
// https://stat.dokusho-ojikan.jp/bf0e01c5-6bc4-4ce0-815a-1d90b9e19130.jpg?dh=302&dw=212&of=webp&q=70
// https://stat.dokusho-ojikan.jp/bf0e01c5-6bc4-4ce0-815a-1d90b9e19130.jpg
domain === "stat.dokusho-ojikan.jp" ||
// 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 1d68462

Please sign in to comment.