Browser Bookmarklet
The bookmarklet is the fastest way to file something into littledots when you’re somewhere on the web. Drop a hotel link from booking.com, a pin from Google Maps, a what3words triple from a guidebook, or any link a friend just sent you. One click and it lands on a trip.
Drag this to your bookmarks bar
Playground
Install the bookmarklet by dragging the “+ littledots” button into your browsers bookmark bar. Then:
Notes
- Normally you would browse a site and just hit the bookmarklet.
- If no text is highlighted (selected) while hitting the bookmarklet the current browser URL will be transmitted. If text is highlighted, then the highlighted text will be submitted instead.
- Learn more about what3words.com
How it works
The bookmarklet is a tiny piece of code stored as a regular bookmark. When you click it, it grabs the URL of the page you’re on (or the text you have selected), opens littledots.com, and shows you the options for filing it. Pick a trip, pin the place, or start a brand new trip. One tap and it’s saved.
You’ll need to be signed in to littledots.com for the filing step. If you’re not, the page will ask you to sign in and bring you straight back to where you left off.
How to install on each browser
Chrome (or Edge, Brave, Opera)
- Make sure your bookmarks bar is visible. View, then Always Show Bookmarks Bar.
- Drag the purple “+ littledots” pill above onto your bookmarks bar.
- That’s it. Click it on any page to file the page into a trip.
Firefox
- Show your bookmarks toolbar. View, Toolbars, Bookmarks Toolbar, Always Show.
- Drag the “+ littledots” pill onto the toolbar.
- Click it on any page to file it.
Safari
- Turn on the Favorites bar. View, Show Favorites Bar.
- Drag the “+ littledots” pill onto the Favorites bar.
- Done. Click it on any page to file the link.
On a phone
Mobile browsers don’t let you drag a link onto a bookmark bar. The trick is to bookmark any page first, then edit the bookmark URL to paste the bookmarklet code in.
Safari on iPhone or iPad
- Bookmark any page (the share icon, then Add Bookmark). Save it to Favorites.
- Open Bookmarks, tap Edit on the new bookmark, and rename it to “+ littledots”.
- Tap the URL field and replace the address with the snippet below.
Chrome on Android
- Bookmark any page (the star icon).
- Open Bookmarks, find the new entry, tap the three-dot menu, and pick Edit bookmark.
- Replace the URL with the snippet below and save.
Snippet to paste in the URL field:
javascript:(function(){var s=window.getSelection().toString();var i=s||location.href;window.open('https://littledots.com/app/ingest?input='%2BencodeURIComponent(i)%2B'source=bookmarklet','_blank');})();