Blur any website with a keyboard shortcut

you can Blur any website with a keyboard shortcut

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Al Rumman Taif
日安装量
0
总安装量
29
评分
1 0 0
版本
0.2
创建于
2024-05-21
更新于
2024-05-21
大小
1.2 KB
许可证
MIT
适用于
所有网站

Blur Any Website with a Keyboard Shortcut

Description

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.

Features

  • Toggle blur effect on any webpage using a keyboard shortcut.
  • Customizable blur intensity.
  • Lightweight and efficient, with minimal impact on page performance.
  • Compatible with most modern browsers.

Instructions

  1. Install a userscript manager:
  2. Install the script:
  3. Use the script:
    • Visit any website.
    • Press the keyboard shortcut Ctrl + B (or your customized shortcut) to toggle the blur effect.

Customization

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';

Support

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!

Changelog

  • Version 1.0: Initial release with basic functionality to blur any webpage using a keyboard shortcut.

License

This script is licensed under the MIT License. Feel free to use, modify, and distribute it as you like.

RUMMAN