FA Embedded Image Viewer

Embeds the clicked Image on the Current Site, so you can view it without loading the submission Page

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Midori Tsume
Instalaciones diarias
2
Instalaciones totales
225
Calificaciones
0 0 0
Versión
2.5.3
Creado
27/1/2023
Actualizado
6/10/2025
Tamaño
46 KB
Licencia
MIT
Funciona en

FA Embedded Image Viewer

A userscript that enhances image viewing on FurAffinity by providing an embedded image viewer. When any submission is clicked, instead of opening the page this script will embedd the clicked image on the current site. Also see docs on FA-Embedded-Image-Viewer.

How to use

  • Load this script from GreasyFork or use it inside the browser extensions
  • The viewer automatically handles:
    • Image loading and display
    • Loading animations
    • Quality settings
    • various buttons and options on the embedded page

Feature Roadmap

Feature Status
Embedded image viewer ✅ Completed
Preview quality settings ⠀⠀⠀⠀ ✅ Completed
Loading animations ✅ Completed
New tab opening ✅ Completed
Download functionality ✅ Completed
Zooming and panning ✅ Completed

Settings

  • openInNewTab - Whether to open images in a new tab (default is true)
  • loadingSpinSpeedFav - Controls the speed of the favorite loading animation (default is 600)
  • loadingSpinSpeed - Controls the speed of the loading animation (default is 1000)
  • closeEmbedAfterOpen - Whether to close the embed after opening in new tab (default is true)
  • previewQuality - Controls the quality of the preview image (default is 3)
  • showWatchingInfo - Controls whether to show if the user is watching the Submissions Author (default is false)

Documentation

EmbeddedImage

The EmbeddedImage class contains the following properties:

  • embeddedElem - The main container element for the embedded viewer
  • submissionImg - The image element showing the submission
  • favRequestRunning - Boolean indicating if a favorite request is running
  • downloadRequestRunning - Boolean indicating if a download request is running

  • static embeddedExists - Boolean indicating if an embedded viewer is opened on the page

Events:

  • remove - Fired when the embedded viewer is removed