teamer
Active member
Hi all,
I am developing a chrome extension
https://chrome.google.com/webstore/detail/dark-chat/ppcbpicoamiiooaddbjjpfhejemfkebd
Creating a chatroom for all darkcoin websites
How it works:
Once installed, navigate to darkcoin supported websites (currently darkcointalk.org) refresh and press ctrl+z or click the darkcoin icon in top-right corner and chat!!!
if you have a website and want to enable dark-chat for it, please list the website in the comments
It should have an HTML element on ALL pages that have the user name (can be hidden) , must be with a unique ID
example : <div id="dark_username">SOME USERNAME</div>
this is still beta, waiting for your feedback to add more functionality and find/fix bugs!
I am developing a chrome extension
https://chrome.google.com/webstore/detail/dark-chat/ppcbpicoamiiooaddbjjpfhejemfkebd
Creating a chatroom for all darkcoin websites
How it works:
Once installed, navigate to darkcoin supported websites (currently darkcointalk.org) refresh and press ctrl+z or click the darkcoin icon in top-right corner and chat!!!
if you have a website and want to enable dark-chat for it, please list the website in the comments
It should have an HTML element on ALL pages that have the user name (can be hidden) , must be with a unique ID
example : <div id="dark_username">SOME USERNAME</div>
this is still beta, waiting for your feedback to add more functionality and find/fix bugs!