Skip to content

Commit

Permalink
Add extra ozone test case (fixes #1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jul 29, 2024
1 parent 4003ecd commit cc49dff
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 @@ -16,7 +16,7 @@ Bugfixes:
* Fix GM_download headers for Tampermonkey and Violentmonkey
* Fix header parsing for Tampermonkey BETA (thanks to Broly for reporting)

Special thanks to thiagojramos, fireattack, nimbuz, Froktime, fyhtma, SakalliTavernaci, TheLastZombie, oifj34f34f, Solus, sn3akyb3ar, n0stal6ic, nyahgust, vscum, TristanWasTaken, BlindWanda, SUPER7X, n0099, remlap, CetaceanNation, bsydow, tathastu871, roi, ItsProyal, lazybookwyrm, James Joint, Machou, Broly, siloricity for their contributions and reports for this release
Special thanks to thiagojramos, fireattack, nimbuz, Froktime, fyhtma, SakalliTavernaci, TheLastZombie, oifj34f34f, Solus, sn3akyb3ar, n0stal6ic, nyahgust, vscum, TristanWasTaken, BlindWanda, SUPER7X, n0099, remlap, CetaceanNation, bsydow, tathastu871, roi, ItsProyal, lazybookwyrm, James Joint, Machou, Broly, siloricity, ValiumBear 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 @@ -78302,6 +78302,9 @@ var $$IMU_EXPORT$$;
// https://ir.ozone.ru/s3/multimedia-1-y/7016992726.jpg
// https://ir-2.ozone.ru/s3/multimedia-1-y/wc200/7016992726.jpg
// https://ir-2.ozone.ru/s3/multimedia-1-y/7016992726.jpg
// thanks to ValiumBear on github: https://github.com/qsniyg/maxurl/issues/1347
// https://ir.ozone.ru/s3/multimedia-1-5/wc1000/7080628361.jpg
// https://ir.ozone.ru/s3/multimedia-1-5/7080628361.jpg
return src.replace(/(\/multimedia(?:-[^/]+)?\/+)w?c[0-9]+\/+/, "$1");
}

Expand Down
3 changes: 3 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -70744,6 +70744,9 @@ var $$IMU_EXPORT$$;
// https://ir.ozone.ru/s3/multimedia-1-y/7016992726.jpg
// https://ir-2.ozone.ru/s3/multimedia-1-y/wc200/7016992726.jpg
// https://ir-2.ozone.ru/s3/multimedia-1-y/7016992726.jpg
// thanks to ValiumBear on github: https://github.com/qsniyg/maxurl/issues/1347
// https://ir.ozone.ru/s3/multimedia-1-5/wc1000/7080628361.jpg
// https://ir.ozone.ru/s3/multimedia-1-5/7080628361.jpg
return src.replace(/(\/multimedia(?:-[^/]+)?\/+)w?c[0-9]+\/+/, "$1");
}
if (domain === "img.tsn.ua") {
Expand Down

0 comments on commit cc49dff

Please sign in to comment.