FA Embedded Image Viewer

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

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Автор
Midori Tsume
Инсталации дневно
0
Инсталации общо
226
Рейтинг
0 0 0
Версия
2.5.3
Създаден
27.01.2023
Обновен
06.10.2025
Размер
50 КБ
Лиценз
MIT
Работи на

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