- 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
- CHROME: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en
- FIREFOX: https://addons.mozilla.org/en-GB/firefox/addon/tampermonkey/?src=search
With Tampermonkey, you can add your own custom JavaScript code to any site, to modify functionality.
- Install Tampermonkey
- Create a new script, with name "HappyChat Domain Button"
- Paste the contents of tampermonkey.js into the code field
- SAVE