An open API service indexing awesome lists of open source software.

https://github.com/ailispaw/taberareloo-mastodon

Mastodon Patch for Taberareloo
https://github.com/ailispaw/taberareloo-mastodon

chrome-extension mastodon taberareloo

Last synced: over 1 year ago
JSON representation

Mastodon Patch for Taberareloo

Awesome Lists containing this project

README

          

# Mastodon Patch for Taberareloo

You can register your Mastodon instance as well at the end of the script and install it.

```
/*
register('Local', 'http://localhost:3000', {
sensitive : false, // or true to hide an image
spoiler_text : "", // any text before "SHOW MORE"
visibility : "" // "public", "unlisted", "private", "direct", or "" for your default
});
*/
register('Octodon', 'https://octodon.social');
register('MSTDN.JP', 'https://mstdn.jp');
register('Pawoo', 'https://pawoo.net', {
sensitive : true
});
})();
```