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 Apr 19, 2024
1 parent 320b873 commit cda2f4c
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 @@ -49238,7 +49238,8 @@ var $$IMU_EXPORT$$;
domain === "tent.bloat.cat" ||
domain === "tn.vern.cc" ||
domain === "tent.vern.cc" ||
domain === "bandcamp.vern.cc") {
domain === "bandcamp.vern.cc" ||
domain === "tent.deep-swarm.xyz") {
return src.replace(/\/image\.php\?(?:.*&)?file=([0-9]+_)[0-9]+(\.[^/.&#]+)?(?:[#&].*)?$/, "/image.php?file=$10$2");
}

Expand Down

0 comments on commit cda2f4c

Please sign in to comment.