Rito New Feature Update
Thank you for always using Rito.
We continuously improve Rito, and weโre excited to announce a major new feature this time.
๐ Bookmarklet Support
You can now easily add bookmarks to Rito using a bookmarklet!
Youโll still need to click the post button on the page, but registering a bookmark is very simple.
Please add the following to your bookmarks:
javascript:(function() {
const url = encodeURIComponent(window.location.href);
const title = encodeURIComponent(document.title || '');
const target = "https://rito.blue/en/bookmark/register";
const params = `?subject=${url}&title=${title}`;
window.location.assign(target + params);
})();
๐ Other Improvements
- Website images are now displayed correctly
- Fixed a rare issue where handles were detected as "no handle"
- The URL input field now automatically receives focus when adding a new bookmark
- When posting to Bluesky, the hashtag
#rito.blue
is automatically added
Rito is a social bookmarking service that anyone with a Bluesky account can use.
I hope you enjoy the updated Rito, now a bit more convenient than before!