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
- Host: GitHub
- URL: https://github.com/ailispaw/taberareloo-mastodon
- Owner: ailispaw
- Created: 2017-04-16T01:45:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T23:58:11.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T12:57:50.427Z (over 2 years ago)
- Topics: chrome-extension, mastodon, taberareloo
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
});
})();
```