Skip to content

Commit

Permalink
Add support for more Tent instances
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastZombie committed Aug 29, 2024
1 parent b2f5a3e commit 450420e
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 450420e

Please sign in to comment.