Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 670 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 670 Bytes

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:

  1. Install Tampermonkey
  2. Create a new script, with name "HappyChat Domain Button"
  3. Paste the contents of tampermonkey.js into the code field
  4. SAVE