FA Embedded Image Viewer

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Midori Tsume
일일 설치수
2
총 설치수
204
평점
0 0 0
버전
2.4.4
생성
2023-01-27
갱신
2025-03-08
크기
37.7KB
라이선스
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)

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