horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

Hang up on vscode.dev by RegExp `(?<="id": ")[^"]+(?=")` #56

Closed horihiro closed 6 months ago

horihiro commented 6 months ago

Describe the bug Brower hangs up by specific blurring pattern.

To Reproduce Steps to reproduce the behavior:

  1. Set (?<="id": ")[^"]+(?=") as burry keyword
  2. Enable Blur title of tabs and Use Regular Expression options
  3. Open the following URL
    https://vscode.dev
  4. Opne new text file and write "id": "test"
  5. See error

Expected behavior Only test in "id": "test" is blurred and the site works properly.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

horihiro commented 6 months ago

This is a bug caused by Blur title of tabs option.