Skip to content

Commit

Permalink
Support jpg5.su (fixes #1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Aug 17, 2024
1 parent dac87c2 commit cd35257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47423,6 +47423,10 @@ var $$IMU_EXPORT$$;
// https://simp6.host.church/images/testfcc38151209151b9.th.jpg
// https://simp6.host.church/images/testfcc38151209151b9.jpg
(domain_nosub === "host.church" && /^simp[0-9]*\./.test(domain)) ||
// thanks to evilxsloth on github: https://github.com/qsniyg/maxurl/issues/1352
// https://simp4.jpg5.su/IMG_18687a176c20c99d7d45.th.jpg
// https://simp4.jpg5.su/IMG_18687a176c20c99d7d45.jpg
(domain_nosub === "jpg5.su" && /^simp[0-9]*\./.test(domain)) ||
// thanks to vscum on github: https://github.com/qsniyg/maxurl/issues/1166
// https://photoloading.com/images/2023/01/28/6475687587.th.jpg
// https://photoloading.com/images/2023/01/28/6475687587.jpg
Expand Down
4 changes: 4 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -43300,6 +43300,10 @@ var $$IMU_EXPORT$$;
// https://simp6.host.church/images/testfcc38151209151b9.th.jpg
// https://simp6.host.church/images/testfcc38151209151b9.jpg
(domain_nosub === "host.church" && /^simp[0-9]*\./.test(domain)) ||
// thanks to evilxsloth on github: https://github.com/qsniyg/maxurl/issues/1352
// https://simp4.jpg5.su/IMG_18687a176c20c99d7d45.th.jpg
// https://simp4.jpg5.su/IMG_18687a176c20c99d7d45.jpg
(domain_nosub === "jpg5.su" && /^simp[0-9]*\./.test(domain)) ||
// thanks to vscum on github: https://github.com/qsniyg/maxurl/issues/1166
// https://photoloading.com/images/2023/01/28/6475687587.th.jpg
// https://photoloading.com/images/2023/01/28/6475687587.jpg
Expand Down

0 comments on commit cd35257

Please sign in to comment.