Enlarge the image in the media section to view the entire image
< 脚本 Twitter Enlarge the image in the media section 的反馈
Change line 90 from const highResImageUrl = target.src.split('?')[0] + '?format=jpg&name=small';
to const highResImageUrl = target.src.split('?')[0] + '?format=jpg&name=orig';
.
You can adjust the image size by changing the parameter to small
, medium
, large
, or orig
.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
What if you want to display the original size of the image?
画像を元のサイズで表示したい場合はどうすればよいですか?