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.