- makes all URLs in transcripts clickable
- chat bubbles looks a bit more clear
- removes all English-to-English i8n and just shows the message once
- user notes left by HE stand out more
- CHROME: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
- FIREFOX: https://addons.mozilla.org/en-GB/firefox/addon/styl-us/
- CHROME: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en
- FIREFOX: https://addons.mozilla.org/en-GB/firefox/addon/tampermonkey/?src=search
With Stylus, you can add your own custom CSS code to any site, to modify the look/feel. Tampermonkey does the same, but for Javascript, to modify functionality.
- Install Stylus extension
- Add a new style, with name "HappyChat Transcripts"
- Paste the contents of stylus.css into the code field
- Ensure that "Applies to" is set to "URLS starting with" / https://mc.a8c.com/support-stats/happychat/transcript.php
- SAVE
- Install Tampermonkey
- Create a new script, with name "HappyChat Transcripts"
- Paste the contents of mc-chat-transcripts.user.js into the code field
- SAVE