Image onMouseHover arch.b4k

Mouse over images to view full size

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
Zero_G
التثبيت اليومي
1
إجمالي التثبيت
368
التقييمات
0 0 0
الإصدار
1.5.0
تم إنشاؤه
28-03-2021
تم تحديثه
20-02-2026
الحجم
6.68 KB
الترخيص
لا يوجد
ينطبق على

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.