The bookmarklet is a small JavaScript bookmark that lets you save any webpage to Start.me with one click. It works in every browser, on desktop and mobile. It's free for all users.
Prefer using an extension?
Our Bookmarker extension offers a richer experience with more features. The bookmarklet is a lightweight alternative that works in browsers where extensions aren't available.
Desktop installation
Make sure your bookmarks bar is visible:
Chrome / Edge: Press
Ctrl+Shift+B(Windows) or⌘+Shift+B(Mac)Firefox: Right-click the toolbar and enable the Bookmarks Toolbar
Safari: Go to View > Show Favorites Bar (or press
⇧⌘B)
Copy the following code:
javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open('https://start.me/add_bookmark?url='+c(b.location)+'&title='+c(b.title),'startme_popup','left='+((a.screenX||a.screenLeft)+400)+',top='+((a.screenY||a.screenTop)+100)+',height=500px,width=500px,resizable=1,alwaysRaised=1');a.setTimeout(function(){if(d)d.focus()},300)})();Right-click any bookmark in your bookmarks bar and select Edit.
Change the Name to
Add to Start.me.Paste the JavaScript code into the URL field.
Save — you're done! Click the bookmarklet on any page to save it to Start.me.
Mobile installation
The easiest way to save bookmarks on mobile is to use our iOS app or Android app, which integrate with your device's Share menu. If you prefer the bookmarklet, follow the instructions below.
Bookmarklet code for mobile
Copy this code (it's slightly different from the desktop version):
javascript:if(document.getSelection){s=document.getSelection();}else{s='';};document.location='https://start.me/add_bookmark?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)
Android (Chrome)
Copy the code above.
Bookmark any page (tap the three-dot menu > tap the star).
Open your bookmarks, find the one you just made, and edit it.
Change the name to
Add to Start.meand replace the URL with the JavaScript code.
To use it: go to any page, tap the address bar, type "Add to Start.me", and select the bookmarklet from suggestions.
iPhone/iPad (Chrome)
Copy the code above.
Tap the Share icon > Bookmark.
Edit the bookmark: change the name to
Add to Start.meand replace the URL with the JavaScript code.
iPhone/iPad (Safari)
Copy the code above.
Tap Share > Add Bookmark > name it
Add to Start.me> tap Done.Open your bookmarks, find the one you just made, tap and hold > Edit.
Replace the URL with the JavaScript code. Tap Done.
To use it: tap the bookmarks icon and select "Add to Start.me" from your list.
Bookmarklet not working?
Make sure your browser allows pop-up windows, accepts third-party cookies, and has JavaScript enabled.
