Blur any website with a keyboard shortcut

you can Blur any website with a keyboard shortcut

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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