Twitter メディア欄で画像を拡大するやつ

メディア欄の画像を拡大して全体表示します。

< Twitter メディア欄で画像を拡大するやつについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2024/04/10

What if you want to display the original size of the image?
画像を元のサイズで表示したい場合はどうすればよいですか?

§
投稿日: 2024/04/14

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.

返信を投稿

返信を投稿するにはログインしてください。