Skip to content

Commit

Permalink
Support mangadex avatars (fixes #1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Mar 8, 2024
1 parent 5e1b7db commit c8da7c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66159,6 +66159,12 @@ var $$IMU_EXPORT$$;
// https://data.voz.vn/avatars/s/1772/1772739.jpg?1635062338
// https://data.voz.vn/avatars/o/1772/1772739.jpg?1635062338
domain === "data.voz.vn" ||
// thanks to TristanWasTaken on github for reporting: https://github.com/qsniyg/maxurl/issues/1289
// https://forums.mangadex.org/community/avatars/m/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/l/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/h/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/o/387/387489.jpg?1681789858
domain === "forums.mangadex.org" ||
// https://www.skinnygossip.com/community/data/avatars/m/0/172.jpg?1559693885
// https://www.skinnygossip.com/community/data/avatars/o/0/172.jpg?1559693885
// https://www.hairlosstalk.com/interact/data/avatars/m/145/145203.jpg?1582772356
Expand Down
6 changes: 6 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -60016,6 +60016,12 @@ var $$IMU_EXPORT$$;
// https://data.voz.vn/avatars/s/1772/1772739.jpg?1635062338
// https://data.voz.vn/avatars/o/1772/1772739.jpg?1635062338
domain === "data.voz.vn" ||
// thanks to TristanWasTaken on github for reporting: https://github.com/qsniyg/maxurl/issues/1289
// https://forums.mangadex.org/community/avatars/m/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/l/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/h/387/387489.jpg?1681789858
// https://forums.mangadex.org/community/avatars/o/387/387489.jpg?1681789858
domain === "forums.mangadex.org" ||
// https://www.skinnygossip.com/community/data/avatars/m/0/172.jpg?1559693885
// https://www.skinnygossip.com/community/data/avatars/o/0/172.jpg?1559693885
// https://www.hairlosstalk.com/interact/data/avatars/m/145/145203.jpg?1582772356
Expand Down

0 comments on commit c8da7c3

Please sign in to comment.