Greasy Fork is available in English.

Blur any website with a keyboard shortcut

you can Blur any website with a keyboard shortcut

Tác giả
Al Rumman Taif
Cài đặt hàng ngày
0
Số lần cài đặt
12
Đánh giá
1 0 0
Phiên bản
0.2
Đã tạo
21-05-2024
Đã cập nhật
21-05-2024
Giấy phép
MIT
Áp dụng cho
Tất cả trang web

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