Blur any website with a keyboard shortcut

you can Blur any website with a keyboard shortcut

작성자
Al Rumman Taif
일일 설치 수
0
총 설치 수
24
평점
1 0 0
버전
0.2
생성일
2024-05-21
갱신일
2024-05-21
크기
1.21KB
라이선스
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