cypherspace re-transmitter
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/ssb-capsule
Categories=Network;P2P
run the following command to associate the handler with the ssb-capsule
protocol:
xdg-mime default ssb-capsule.desktop x-scheme-handler/ssb-capsule
to check: if xdg-mime query default x-scheme-handler/ssb-capsule
outputs
ssb-capsule.desktop
when you run it, you should be all set.
git clone
npm install
- visit chrome extensions menu (chrome://extensions)
- check developer mode checkbox
- load unpacked extension from capsule/chromium
- visit a tab
- select some things
- click the addon icon
- type some fun comments
- choose a channel/topic it should be filed under
- hit send
- share your new cypherspace reblogging exploits
- strip out non-UI code from addon
- build proper fork of ssbify that takes an
html string
- see ssbify-string
- write parser/handler script using above fork
- add comment field to serialiser and parser
- automate xdg-open/open/windows registry horror registration
- document
- release
- dance
- icon adapted from open clipart
- ssbify
- DOM extractor from SnappySnippet