Image onMouseHover arch.b4k

Mouse over images to view full size

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Zero_G
Günlük kurulumlar
1
Toplam kurulumlar
351
Değerlendirmeler
0 0 0
Versiyon
1.5.0
Oluşturulma
28.03.2021
Güncellenme
20.02.2026
Boyut
6,68 KB
Lisans
N/A
Geçerli

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.