Skip to content

Commit

Permalink
Support asus store (fixes #1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jan 9, 2024
1 parent 1b51cb8 commit 7a85c80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Bugfixes:
* Fix duplicate "Options" and "Request support for site" menu items for userscript (thanks to fireattack for reporting)
* Prevent rare infinite loop with bad images

Special madman06, nimbuz, Broly, Tulsow, jonestly, fireattack, TristanWasTaken, pointy, oifj34f34f, Viper33, vscum for their contributions and reports for this release
Special madman06, nimbuz, Broly, Tulsow, jonestly, fireattack, TristanWasTaken, pointy, oifj34f34f, Viper33, vscum, karpuzikov for their contributions and reports for this release

---

Expand Down
3 changes: 3 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32305,6 +32305,9 @@ var $$IMU_EXPORT$$;
// thanks to jonestly on discord:
// https://us.coca-cola.com/store/media/catalog/product/c/o/coke_byte_gif_867_3_.png?quality=80&fit=bounds&height=750&width=700&canvas=700:750
domain_nosub === "coca-cola.com" ||
// thanks to karpuzikov on github: https://github.com/qsniyg/maxurl/issues/1254
// https://ua.store.asus.com/media/catalog/product/_/i/_inwybrkvetwu4tyg.png?width=439&height=439&store=rog_ua_UA&image-type=image
(domain_nosub === "asus.com" && /store\./.test(domain)) ||
// thanks to MinuteAd8502 on github: https://github.com/qsniyg/maxurl/issues/851
// https://doa.robinson.co.th/media/catalog/product/9/c/9cf533a8499a188af99ceef4979e9c52cbd545a0_mkp0009834dummy.jpg?impolicy=resize&width=553
// https://doa.robinson.co.th/media/catalog/product/9/c/9cf533a8499a188af99ceef4979e9c52cbd545a0_mkp0009834dummy.jpg
Expand Down
3 changes: 3 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -29493,6 +29493,9 @@ var $$IMU_EXPORT$$;
// thanks to jonestly on discord:
// https://us.coca-cola.com/store/media/catalog/product/c/o/coke_byte_gif_867_3_.png?quality=80&fit=bounds&height=750&width=700&canvas=700:750
domain_nosub === "coca-cola.com" ||
// thanks to karpuzikov on github: https://github.com/qsniyg/maxurl/issues/1254
// https://ua.store.asus.com/media/catalog/product/_/i/_inwybrkvetwu4tyg.png?width=439&height=439&store=rog_ua_UA&image-type=image
(domain_nosub === "asus.com" && /store\./.test(domain)) ||
// thanks to MinuteAd8502 on github: https://github.com/qsniyg/maxurl/issues/851
// https://doa.robinson.co.th/media/catalog/product/9/c/9cf533a8499a188af99ceef4979e9c52cbd545a0_mkp0009834dummy.jpg?impolicy=resize&width=553
// https://doa.robinson.co.th/media/catalog/product/9/c/9cf533a8499a188af99ceef4979e9c52cbd545a0_mkp0009834dummy.jpg
Expand Down

0 comments on commit 7a85c80

Please sign in to comment.