All-in-one Pinterest power tool: original quality, no registration walls, download fixer, board folder downloader, GIF hover/auto-play, remove videos, hide Visit Site, declutter, hide UI elements
Fra
The all-in-one Pinterest userscript that makes Pinterest actually good.
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.
Auto-removes all login/signup modals and paywalls the moment they appear so you can browse freely without an account.
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.
Adds a download FAB (floating button) on board pages. Click it to save every image from the entire board to a folder of your choice:
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.
Optionally auto-play every GIF currently visible in the viewport. GIFs pause automatically when scrolled out of view to save CPU and memory.
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 Unavailable Posts | Deleted or removed-by-creator 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 |