Pornolab Preloaded Preview

Preloads and dynamically displays preview images below links, avoiding duplicate previews. Implements fallback to the next image if the first fails to load. Includes debug mode.

< Feedback on Pornolab Preloaded Preview

Review: Good - script works

§
Posted: 2025-12-07

Very fast But could you maybe put the image to the left of the title on the search page? now the title becoems very long vertically with only few words on a line

Ace_KnightAuthor
§
Posted: 2025-12-13

Hey Owyn,

Visual preferences can vary a lot from person to person.That being said,
If you want to want to increase the width of the title do this:-
1) open the script in edit mode.
2) search for "linkElement.style.cssText".
3) increase width from 30% to 60% or do hit and trial for a sweet spot.

If you want to change the position of image and title
1) open the script in edit mode.
2) search for "linkElement.parentNode.style.cssText".
3) add flex-direction: row-reverse; just after justify-content: space-between; and inside ` `.

note:- if you want title on top and image on bottom add replace flex-direction: row-reverse; with flex-director: column;

Post reply

Sign in to post a reply.