Bookmarklets

What’s Bookmarklets?

A bookmarklet is a bookmark stored in a browser that contains JavaScript commands that add new features to the browser.

Save Current Tab to Anybox with Bookmarklet

  1. Create a new bookmark in your browser.

  2. Input javascript:(fetch("http://127.0.0.1:6391/save-current-tab", {method: "POST"})); in the URL field.

  3. Put the bookmark in Bookmarks Bar for easy access.

Show Quick Save with Bookmarklet

  1. Create a new bookmark in your browser.

  2. Input javascript:(fetch("http://127.0.0.1:6391/show-quick-save", {method: "POST"})); in the URL field.

  3. Put the bookmark in Bookmarks Bar for easy access.