Image onMouseHover arch.b4k

Mouse over images to view full size

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Zero_G
Installazioni giornaliere
0
Installazioni totali
368
Valutazione
0 0 0
Versione
1.5.0
Creato il
28/03/2021
Aggiornato il
20/02/2026
Dimensione
6,68 KB
Licenza
Non disponibile
Applica a

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.