This is a simple chrome extension that allows you to stress test your web application by injecting random strings into the current tab DOM elements. Code snippet shared by John Phamous.
Temporary until it's published on the Chrome Web Store:
- Clone this repository or download the zip file
- Unzip the file if you downloaded the zip file
- Open Chrome and go to
chrome://extensions/
- Enable
Developer mode
- Click on
Load unpacked
and select thechaos-string-tester
folder - Open a new tab and click on the extension icon
- Click on the extension icon
- Click
chaos tester
button - All string elements will be replaced with long random strings
All contributions are welcome! Please open an issue or a pull request.