SiteChattr extension is now live on the chrome webstore 💜 Still more features to implement such as - seeing chat for the whole website instead of just page - reactions - replies - zaps - discovery (where's the most chattr going on?) https://chromewebstore.google.com/detail/sitechattr/oailcfmjgnkmpieilanaidbpgbjklafc Let me know what you think. nostr:nevent1qqsqqqqqqrtrpk9pwrtyeeh95epxpca8n06c4ylvd5hqh5ns08akkrgpremhxue69uhkummnw3ez6ur4vgh8wetvd3hhyer9wghxuet59uq36amnwvaz7tmwdaehgu3wvf5hgcm0d9hx2u3wwdhkx6tpdshsz9thwden5te0wfjkccte9ejxzmt4wvhxjme0rnxpf7
SiteChattr is using NIP-73 and searching for NIP-01 messages with the r tag of the url. It can also see messages from satcom app (https://satcom.app/) but satcom cannot see SiteChattr messages (yet)
Would you like to add/switch to NIP-73 for satcom @jingles ?
No, I opted for NIP-73 which uses kind 1111 instead of 1. So in most nostr clients they likely won't pop up
soon TM
Just submitted it to their Extension store. Hope they'll accept it (soon)
Did you test it as an add on or did you check out the source code? After you install the extension you can just open it by clicking on the icon to open the chat in the side bar. If it's the source code, you should be able to just do `npm install` and then `npm start` This will automatically open the extension in the browser but only for the `localhost` URL
so npm install does the same thing as adding browser extn ? what u mean by can be used in any website ? Firefox after install popup opens - if closed it cannot be opened any more
The node package manager (npm) is just to install the dependencies. You could build the code for the extension on your machine and load it manually into Firefox. Or you just install the extension. The addon store of mozilla checks the code too. Depends on your trust model:) In any case, the sidebar does not open again even after clicking on the icon?
Ok, I will look into this 👍