All-in-one Pinterest power tool: original quality, download fixer, video downloader, board folder downloader, GIF hover/auto-play, remove videos, hide Visit Site, declutter, hide UI elements, hide shop posts, hide comments, scroll preservation
The all-in-one Pinterest userscript that makes Pinterest actually good.
Version 1.3.3 - MIT License - Featured on FMHY!
Requires a userscript manager like Violentmonkey or Tampermonkey (Chrome / Edge / Firefox / Safari)
While this script can do a lot on its own, it does not block most ads, so i highly recomend you install Ublock Origin as it works very well alongside it!
Click the button above → the extension will open and ask you to confirm the install.
Pinterest serves downscaled thumbnails by default. This script silently rewrites every image URL to load the full original resolution from Pinterest's CDN — no popups, no loading delays. Falls back to high-res (736x) if the original isn't available.
Adds a download button on video pin closeup pages. Downloads the video at original 720p quality directly from Pinterest's CDN — works on both desktop and mobile. Handles Pinterest's HLS streaming format automatically.
Adds a download button on board pages. Click it to download all images from the current board:
Intercepts Pinterest's download button and replaces the low-quality compressed version with the actual original-quality file. Detects the correct file format (PNG, JPEG, GIF, WebP) from the binary header and names the file properly.
Optionally auto-play every GIF currently visible in the viewport. GIFs pause automatically when scrolled out of view to save CPU and memory.
GIFs in the feed are shown as static thumbnails by default. Hover over any pin containing a GIF to play it live, and it pauses the moment you move away. Only one GIF plays at a time.
Collapses video pins from your feed while leaving GIFs untouched. Detects real video pins via Pinterest's CDN (v.pinimg.com) so animated GIFs (served from i.pinimg.com) are never wrongly removed.
Removes noise from your feed without leaving blank gaps in the grid:
Individual toggles for UI elements you might not want:
| Toggle | What it hides |
|---|---|
| Hide Visit Site | All "Visit site" / external link buttons |
| Hide Updates Bell | The notifications/updates bell in the nav |
| Hide Messages Button | The Messages / chat button in the nav |
| Hide Share Button | The Share / Send button on pin closeups |
| Hide Shop Posts | Collapses pins linking to Amazon, Etsy, eBay, TeePublic, Redbubble, AliExpress |
| Hide Comments | Hides comment sections and the comment input box on pins |
Install a userscript manager like the ones at the top of the readme for your browser
Click the install button at the top of this page (or install manually by coping the contents of the .user.js file to your new script you made
The extension will open a confirmation tab → click Install
Visit pinterest.com — the gear icon ⚙️ will appear in the bottom-right corner
Click the ⚙️ gear button in the bottom-right of any Pinterest page to open the settings panel. Every feature can be toggled individually and is saved automatically. No page reload needed for most options.
document-start — the Original Quality rewrite begins before images even loadGM_xmlhttpRequest (binary downloads), GM_setValue / GM_getValue (settings persistence)height: 0, grid-auto-flow: dense) instead of display: none — no blank spaces left in the masonry gridhistory.pushState / replaceState and popstate to handle Pinterest's single-page navigationThis script builds upon and was inspired by the work of these excellent scripts:
| Script | Author | Link |
|---|---|---|
| Pinterest with no registration modal popup | jesusmg | Greasy Fork |
| Use Pinterest Raw Image | jcunews | Greasy Fork |
| Declutter Pinterest | August4067 | Greasy Fork |