This space is intentionally left blank.

The Sticky Note Metabookmarklet

This bookmarklet lets you add a sort of stickynote to a webpage that you can find later. Simply open the bookmark to view/edit the note. Activate it again to close the editor. You may have to scroll up to see it.

You can reposition it in the page by dragging the top.

Notes

Like all bookmarklets: right click the link and click "bookmark link" to save it so you can use it on other pages. Use the "view source" command on this page to see the (fairly readable) source. Most of it is styling which is an attempt to keep it readable even if there are drop shadows like on the Fed website. If you don't like the style you can use the "file -> save " command in your browser to edit it before bookmarking.

Note: Some sites (Discord for example) disable local storage (which this uses) and others use other tricks to prevent it from working. Many probably unintentionally break it ("infinite scrolling" sites tend to not like it.) It also uses the "x-note" id in the document as well as local storage so if that collides with the document things might not work well. Any site that knows about this bookmarklet can read notes you put into it so they're not exactly private.

Metabookmarklet Utilities

This second bookmarklet is provided to allow backing up your notes For the currently opened page which you should do from time to time.

Backup notes

This only works in Firefox and maybe Chrome. For Safari you can write your own. Probably try appending an anchor to the document with the blob and calling its click() method.