Skip to content

Commit

Permalink
Merge branch 'master' of qsniyg.github.com:qsniyg/maxurl
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Aug 31, 2024
2 parents 2940323 + 84862a2 commit 10ae75b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50474,7 +50474,8 @@ var $$IMU_EXPORT$$;
domain === "tn.vern.cc" ||
domain === "tent.vern.cc" ||
domain === "bandcamp.vern.cc" ||
domain === "tent.deep-swarm.xyz") {
domain === "tent.deep-swarm.xyz" ||
domain === "bandcamp.lurkmore.com") {
return src.replace(/\/image\.php\?(?:.*&)?file=([0-9]+_)[0-9]+(\.[^/.&#]+)?(?:[#&].*)?$/, "/image.php?file=$10$2");
}

Expand Down
3 changes: 2 additions & 1 deletion userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -46143,7 +46143,8 @@ var $$IMU_EXPORT$$;
domain === "tn.vern.cc" ||
domain === "tent.vern.cc" ||
domain === "bandcamp.vern.cc" ||
domain === "tent.deep-swarm.xyz") {
domain === "tent.deep-swarm.xyz" ||
domain === "bandcamp.lurkmore.com") {
return src.replace(/\/image\.php\?(?:.*&)?file=([0-9]+_)[0-9]+(\.[^/.&#]+)?(?:[#&].*)?$/, "/image.php?file=$10$2");
}
if (domain_nosub === "bandcamp.com") {
Expand Down

0 comments on commit 10ae75b

Please sign in to comment.