Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

prplecake/mastopinner

Repository files navigation

GitHub CI Mozilla Add-on CodeFactor

MastoPinner

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

Known Issues

  • 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)

See more

Contributing

Building

  1. Clone the repository
  2. cd mastopinner && make

Live reloading

Using Firefox Developer Edition:

make run-firefox

This will create a temporary profile and target Firefox Developer Edition.

Using Chrome:

make run-chrome

License

This extension is licensed under the terms of the AGPL v3 license. (See LICENSE)