Skip to content

Instantly share code, notes, and snippets.

View unostar's full-sized avatar

unostar

View GitHub Profile
@unostar
unostar / pixieset-scrape.js
Created December 2, 2024 12:22 — forked from DeflateAwning/pixieset-scrape.js
pixieset.com dumper
/* pixieset.com full size image scraper
*
* Rips all images in highest quality
*
* To use, scroll to the very bottom of the album and press F12 then paste the below snippet in and press enter.
* The full file list will be copied to your clipboard. You can use jdownloader to easily download the full list.
*/
(() => {
const data = document.querySelectorAll('img')