WHAT DOES THIS JAVASCRIPT DO
- adds a link at the top of a chat with a link to the user's site
- adds a button that copies the domain name to your clipboard
REQUIREMENTS:
Tampermonkey
With Tampermonkey, you can add your own custom JavaScript code to any site, to modify functionality.
INSTALLATION:
- Install Tampermonkey
- Create a new script, with name "HappyChat Domain Button"
- Paste the contents of tampermonkey.js into the code field
- SAVE