MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / toggleBlurEffect

Function toggleBlurEffect

popup-window/popup-window.user.js:646–650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

644 }
645 }
646 function toggleBlurEffect() {
647 config.blurEnabled = !config.blurEnabled
648 GM_setValue('blurEnabled', config.blurEnabled)
649 updateMenuCommands()
650 }
651 function setBlurIntensity() {
652 const intensity = prompt(translate('setBlurIntensityprompt'), config.blurIntensity)
653 if (intensity !== null) {

Callers

nothing calls this directly

Calls 1

updateMenuCommandsFunction · 0.85

Tested by

no test coverage detected