Image onMouseHover arch.b4k

Mouse over images to view full size

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Zero_G
1日のインストール数
0
累計インストール数
368
評価
0 0 0
バージョン
1.5.0
作成日
2021/03/28
更新日
2026/02/20
大きさ
6.68KB
ライセンス
不明
対象サイト

Replicate the displaying of an image at top right of screen when hovering at top of it from 4chan, in arch.b4k.co

Works on images and videos.

Changelog:
-v1.1: - Add compatibility with "Inline Quote Links" script (https://greasyfork.org/en/scripts/424112-inline-quote-links-arch-b4k-co)
-v1.2: - Let image-video continue loading even if you hover out of image-video.
-v1.3: - Improve continue loading images even on mouse out. Now you can hover over various images, and all of them will continue loading.
- Move image file name to top of image thumb (can be disabled by setting const changePlaceOfImageFilename to false).
-v1.4: - Fix a bug where, if the image/video where to appear over the thumbnail, the event that enlarges and clears the image would trigger constantly.
- Added max width to the image/video container. (Set to default 80% of the window, configurable by changing the const maxWidth).
-v1.5: -Ditch jquery document.ready
-Fix fragile code when combining this script with "Inline Quote Links", now there the mouse over listener is on the document, instead of each '.thread_image_link'. This will work regardles of future changes to the page.