This extension adds a thumb-tack button to the Mastodon web UI allowing you to easily save a status to your pinboard account.
Right now the extension saves the status text as the bookmark title, trimming to the length limit, if necessary. If there's more, the status will be saved in the description.
Get the extension for Firefox.
- Works in the vanilla web UI
- Works in the glitch-soc web UI
- Thumb-tack icon doesn't know up on single post views (#7)
- Fails to save posts that just contain an image (#10)
- New lines don't translate to spaces in bookmark title (#13)
- Clone the repository
cd mastopinner && make
Using Firefox Developer Edition:
make run-firefox
This will create a temporary profile and target Firefox Developer Edition.
Using Chrome:
make run-chrome
This extension is licensed under the terms of the AGPL v3 license. (See LICENSE)