Bookmarklets
One-click screenshot tools for your browser
What are Bookmarklets?
Bookmarklets are browser bookmarks that contain JavaScript code. They provide a quick way to capture screenshots of any page you're viewing without leaving your browser. Simply drag the button to your bookmarks bar and click it whenever you want to capture a screenshot.
Available Bookmarklets
📸 Screenshot & Download
Captures the current page and downloads it as a JPEG image
Snapito Screenshot← Drag this button to your bookmarks bar
📌 Pin to Pinterest
Captures the page and sends it directly to Pinterest as a new pin
Pin Page← Drag this button to your bookmarks bar
iOS Installation Guide
iPhone & iPad Users
- Bookmark this page normally (tap Share → Add Bookmark)
- Copy the JavaScript code from the gray box below
- Go to your Bookmarks and tap Edit
- Select the bookmark you just created
- Delete the URL and paste the JavaScript code
- Save - you're done!
Screenshot Code:
javascript:(function(){window.open('https://api.snapito.io/v2/webshot/demo?url='+encodeURIComponent(location.href));})()
