horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

Chrome Extension for blurring text

This extension can blur specified text/keywords in web pages.

Demo

Keyword matching

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/f33e548c-c360-42fd-9777-dbf89187588b

Regular Expression matching

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/dbd7d6f7-3879-4ab0-895c-8c6b154fecf2

RegExp Validation

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/f7c86192-a407-4497-b4e6-ff1c98f461ca

Show value on mouseover (v0.1.3 or later)

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/6f3753dd-9031-43df-87af-f9f572f7b758

Blur value in input tag (experimental, v0.1.3 or later)

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/27f2c3b1-ecf0-4a1f-88df-2f6e2b948f06

Exclusion URL list (v0.2.0 or later)

If you want NOT to blur keywords in specific sites/frames, you can specify URLs of the site in the Exclusion URL patterns tab.

image

You can add URLs on the current tab to the list by clicking + Add URLs in the current tab on the popup.

Context menu for adding keyword (v0.2.0 or later)

Simple way to add the blurry keyword.

image

Shortcut keys on popup (v0.2.0 or later)

Mask value in title (experimental, v0.1.9 or later)

https://github.com/horihiro/TextBlurrer-ChromeExtension/assets/4566555/25c24d50-b478-4e63-9388-20b391046fc6

Try this

This extension can be installed from Chrome Web Store.

If you can try a development version, the following steps are needed.

  1. get contents of this repository
    1. clone this repository
      or
    2. download zip file and extract it
  2. open chrome://extensions
  3. enable Developer mode and click Load Unpacked
    1. Google Chrome
      image
    2. Microsoft Edge
      image
  4. select the directory created by cloning at step 1.

Limitations

Dependencies

Change logs

0.2.5

0.2.4

0.2.3

0.2.2

0.2.1

0.2.0

Refactoring blurring logic to improve performance and maintainability.
From this version, this extension includes jsdiff

0.1.9

0.1.8

0.1.7

0.1.5

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0

0.0.2-alpha

First release on Chrome Web Store.

0.0.1-alpha

First release on GitHub