Skip to content

Commit

Permalink
Add missing final url (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jan 19, 2024
1 parent 98c86c0 commit d64f021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110919,6 +110919,7 @@ var $$IMU_EXPORT$$;
// thanks to Froktime and neckothy on github: https://github.com/qsniyg/maxurl/issues/1257
// https://img.ridicdn.net/cover/4851000001
// https://img.ridicdn.net/cover/4851000001/large
// https://img.ridicdn.net/cover/4851000001/xxlarge?dpi=xxxhdpi&format=png
return src.replace(/(\/cover\/+[0-9]+)(?:\/.*)?(?:[?#].*)?$/, "$1/xxlarge?dpi=xxxhdpi&format=png");
}

Expand Down
1 change: 1 addition & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -99544,6 +99544,7 @@ var $$IMU_EXPORT$$;
// thanks to Froktime and neckothy on github: https://github.com/qsniyg/maxurl/issues/1257
// https://img.ridicdn.net/cover/4851000001
// https://img.ridicdn.net/cover/4851000001/large
// https://img.ridicdn.net/cover/4851000001/xxlarge?dpi=xxxhdpi&format=png
return src.replace(/(\/cover\/+[0-9]+)(?:\/.*)?(?:[?#].*)?$/, "$1/xxlarge?dpi=xxxhdpi&format=png");
}
// -- general rules --
Expand Down

0 comments on commit d64f021

Please sign in to comment.