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
-
Create a new bookmark in your browser.
-
Input
javascript:(fetch("http://127.0.0.1:6391/save-current-tab", {method: "POST"}));
in the URL field. -
Put the bookmark in Bookmarks Bar for easy access.
Show Quick Save with Bookmarklet
-
Create a new bookmark in your browser.
-
Input
javascript:(fetch("http://127.0.0.1:6391/show-quick-save", {method: "POST"}));
in the URL field. -
Put the bookmark in Bookmarks Bar for easy access.