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

  1. Bookmark this page normally (tap Share → Add Bookmark)
  2. Copy the JavaScript code from the gray box below
  3. Go to your Bookmarks and tap Edit
  4. Select the bookmark you just created
  5. Delete the URL and paste the JavaScript code
  6. Save - you're done!

Screenshot Code:

javascript:(function(){window.open('https://api.snapito.io/v2/webshot/demo?url='+encodeURIComponent(location.href));})()