88 lines
956 B
Markdown
88 lines
956 B
Markdown
\# Buzzword Killer - Chrome Extension
|
|
|
|
|
|
|
|
\## How To Install
|
|
|
|
|
|
|
|
Create a folder called: `text-replacer-extension`
|
|
|
|
|
|
|
|
Copy each file above into the folder.
|
|
|
|
|
|
|
|
Open Chrome and go to:
|
|
|
|
|
|
|
|
`chrome://extensions`
|
|
|
|
|
|
|
|
Enable:
|
|
|
|
* Developer mode
|
|
|
|
|
|
|
|
Click:
|
|
|
|
* Load unpacked
|
|
|
|
|
|
|
|
Select your extension folder.
|
|
|
|
|
|
|
|
|
|
|
|
\## How It Works
|
|
|
|
|
|
|
|
The extension:
|
|
|
|
|
|
|
|
* Reads your replacement dictionary
|
|
* Scans all visible text nodes in the page
|
|
* Replaces matching phrases
|
|
* Watches for dynamically added content using MutationObserver
|
|
|
|
|
|
|
|
So if a website loads new content later, the replacements still happen automatically.
|
|
|
|
|
|
|
|
\## Improvements You Can Add
|
|
|
|
|
|
|
|
Possible upgrades:
|
|
|
|
|
|
|
|
Regex support
|
|
|
|
Case-sensitive matching
|
|
|
|
Import/export dictionary
|
|
|
|
Enable/disable per site
|
|
|
|
Ignore specific domains
|
|
|
|
Highlight replaced words
|
|
|
|
AI-generated replacement rules
|
|
|
|
Toolbar toggle
|
|
|
|
Context menu integration
|
|
|