Firefox extension that detects reflected strings or regex patterns in the live DOM of web pages, including delayed or asynchronous DOM injections using MutationObserver
-
Clone the repository:
git clone --depth=1 https://github.com/ayuxsec/domreflector -
Load the extension in Firefox:
- Go to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select the
manifest.jsonfile
- Click the extension icon to open the popup
- Enter a string or regular expression (must be valid js regexp)
- Enable scanning and save
- Browse normally
- You’ll be notified when a matching reflection appears in the DOM