Skip to content

Instantly share code, notes, and snippets.

View ascndia's full-sized avatar

A. Izzuddin Al Faruq ascndia

  • Indonesia
View GitHub Profile
@ascndia
ascndia / gist:c440e67cd5a02b2ae6733e7f255a66cf
Created July 4, 2025 06:41
copy pinterest url from list (grid) item
// ==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==