您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
you can Blur any website with a keyboard shortcut
This script allows users to quickly blur any website by pressing a keyboard shortcut. It's useful for hiding sensitive information on your screen quickly, such as when someone unexpectedly walks by. The blurring effect can be toggled on and off with ease, providing a simple yet effective privacy solution.
Ctrl + B
(or your customized shortcut) to toggle the blur effect.You can customize the keyboard shortcut and blur intensity by editing the script. Look for the following lines in the script and modify them to your preference:
// Customize the keyboard shortcut (default is Ctrl + B)
const toggleShortcut = 'ctrl+b';
// Customize the blur intensity (default is 10px)
const blurIntensity = '10px';
If you encounter any issues or have suggestions for improvements, please visit the Greasy Fork forums and post your feedback. Your input is highly appreciated!
This script is licensed under the MIT License. Feel free to use, modify, and distribute it as you like.