This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Pinterest Image Scraper with Buttons | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.1 | |
| // @description Adds buttons to the top-right above parent elements with data-grid-item="true" and role="listitem" containing images with elementtiming="grid-non-story-pin-image-related_pins" or "grid-non-story-pin-image-homefeed" to scrape and upscale their image URLs to 736x resolution and copy to clipboard | |
| // @author Grok | |
| // @match https://*.pinterest.com/* | |
| // @grant none | |
| // ==/UserScript== |