Files
CommunityScripts/plugins/SFWSwitch
Servbot91 16627510ac [SFW Switch] Audio handling + Additional plugin support (#679)
* Added additional plugin support, patched additional fields previously left uncensored.

* Update README

Clarified instructions for adding custom selectors to additional_plugins.css.

* SFW Switch now mutes all sound when enabled by default.

* Refactored main css, all UI functions should be accouted for now. Updated plugin yaml description

* targeted stats-elements rather than m-sm-auto to prevent unwanted css stylings. Loosened blur

* Re-added performer card profile pic

* Added audio boolean setting (disabled by default), added additional configuration for hot or not

* adjusted img blur

* Added transition to all unblur

* Major Improvement: Fixed remaining unblurred features, fixed zombie audio bug.

* Readded readme

* Improvement: Added individual wall blur functionality for walls

* Fix double blur for groups, fix unblur in performer tagger

---------

Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2026-03-20 19:15:07 +02:00
..

SFW Switch

https://discourse.stashapp.cc/t/sfw-switch/4658

Features

  • Adds a SFW toggle button to the menu bar.
    • Green = Blur enabled
    • Gray = Blur disabled
  • Toggling the button blurs cover images and other content.
  • Hovering over an image temporarily removes the blur.
  • Extends the blurring functionality to some community plugins.
    • Custom selectors should should be added to additional_plugins.css file.

Screenshots

image

Credit

Original plugin by Belleyy here.

The CSS code used is provided by fl0w#9497 here.