Skip to content

Commit

Permalink
Credit BlindWanda for #1311
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Apr 23, 2024
1 parent 52eb0d5 commit eed1f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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 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 for their contributions and reports for this release

---

Expand Down
2 changes: 1 addition & 1 deletion src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29813,7 +29813,7 @@ var $$IMU_EXPORT$$;

if (domain_nowww === "etonline.com" && /\/sites\/+default\/+files\//.test(src)) {
// https://www.etonline.com/sites/default/files/styles/max_970x546/public/images/2014-11/640_mike_myers_458987658.jpg?itok=Z5VnvwQ1
// thanks to anonymous for reporting:
// thanks to BlindWanda on github for reporting: https://github.com/qsniyg/maxurl/issues/1311
// https://www.etonline.com/sites/default/files/images/2020-07/gettyimages-1179647624.jpg?width=640
// https://www.etonline.com/sites/default/files/images/2020-07/gettyimages-1179647624.jpg -- 3717x5575
return {
Expand Down
3 changes: 2 additions & 1 deletion userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27197,7 +27197,7 @@ var $$IMU_EXPORT$$;
}
if (domain_nowww === "etonline.com" && /\/sites\/+default\/+files\//.test(src)) {
// https://www.etonline.com/sites/default/files/styles/max_970x546/public/images/2014-11/640_mike_myers_458987658.jpg?itok=Z5VnvwQ1
// thanks to anonymous for reporting:
// thanks to BlindWanda on github for reporting: https://github.com/qsniyg/maxurl/issues/1311
// https://www.etonline.com/sites/default/files/images/2020-07/gettyimages-1179647624.jpg?width=640
// https://www.etonline.com/sites/default/files/images/2020-07/gettyimages-1179647624.jpg -- 3717x5575
return {
Expand Down Expand Up @@ -47817,6 +47817,7 @@ var $$IMU_EXPORT$$;
if (domain === "dn-img-page.kakao.com" ||
// thanks to TristanWasTaken on github: https://github.com/qsniyg/maxurl/issues/1307
// https://page-images.kakaoentcdn.com/download/resource?kid=qFrns/hAd47wJicm/Cr4Bq4DkXn44OcNbCVb3Sk&filename=o1/dims/resize/384
// https://page-images.kakaoentcdn.com/download/resource?kid=qFrns/hAd47wJicm/Cr4Bq4DkXn44OcNbCVb3Sk&filename=o1
domain === "page-images.kakaoentcdn.com") {
// thanks to TristanWasTaken on github: https://github.com/qsniyg/maxurl/issues/1176
// https://page.kakao.com/content/56566288
Expand Down

0 comments on commit eed1f7b

Please sign in to comment.