AddToSite

Bookmarklet

Share from anywhere

Drag the button below onto your bookmarks bar. From then on, pressing it on any page opens the share menu for that page.

Share this page

Drag me up to the bookmarks bar ↑

If dragging does not work

  1. Create a new bookmark, however your browser does that.
  2. Name it whatever you like — Share this page does fine.
  3. Paste the code below as the address, in place of a normal URL.
javascript:(function(){var u=encodeURIComponent(location.href),t=encodeURIComponent(document.title);window.open('https://www.addtosite.com/share?url='+u+'&title='+t,'ats_share','width=620,height=580');})();

Safari hides the bookmarks bar by default: View → Show Favourites Bar. On mobile, save it as a bookmark and type its name in the address bar.

What it does, and does not

It reads two things, only when you press it: the address of the page you are on and its title. Both go into the share window and nowhere else.

It is not an extension. It cannot run on its own, cannot see pages you have not pressed it on, and asks for no permissions — a bookmark holding a few lines of script is all it is. You can read the whole thing above.