git ssb

3+

dust / capsule



Tree:
📄.gitignore
📄README.md
📁chromium
📁os
📄package.json
📄serializeSelectedHTML.js
README.md

capsule

how to use

set up a URI handler for protocol ssb-capsule

put something like this in ~/.local/share/applications (linux):

[Desktop Entry]
Name=capsule
GenericName=capsuleURI
X-GNOME-FullName=capsule URI handler
Comment=send capsule URI text to sbot
Exec=/home/user/capsule/os/parser %u
Terminal=false
NoDisplay=true
Type=Application
StartupNotify=true
MimeType=x-scheme-handler/ssbcapsule
Categories=Network;P2P

install addon and use

  1. git clone
  2. npm install
  3. visit chrome extensions menu (chrome://extensions)
  4. check developer mode checkbox
  5. load unpacked extension from capsule/chromium
  6. visit a tab
  7. select some things
  8. click the addon icon
  9. type some fun comments
  10. choose a channel/topic it should be filed under
  11. hit send
  12. share your new cypherspace reblogging exploits

TODO

credits

Built with git-ssb-web