junmer / chaos-string-tester

Chrome extension to cause chaos in all strings on a page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Chaos String Tester

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.

Installation

Temporary until it's published on the Chrome Web Store:

  1. Clone this repository or download the zip file
  2. Unzip the file if you downloaded the zip file
  3. Open Chrome and go to chrome://extensions/
  4. Enable Developer mode
  5. Click on Load unpacked and select the chaos-string-tester folder
  6. Open a new tab and click on the extension icon

Usage

  1. Click on the extension icon
  2. Click chaos tester button
  3. All string elements will be replaced with long random strings

demo

Contributing

All contributions are welcome! Please open an issue or a pull request.

About

Chrome extension to cause chaos in all strings on a page

License:MIT License


Languages

Language:JavaScript 75.1%Language:HTML 24.9%