πŸš€ Rito Update is Here!

ゆー September 23, 2025
Source

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!

Discussion in the ATmosphere

Loading comments...