Skip to content

Instantly share code, notes, and snippets.

View H3mul's full-sized avatar

Phillip Dykman H3mul

View GitHub Profile
@H3mul
H3mul / pinterest_downloader.js
Last active June 11, 2022 14:36
Pinterest Image Downloader: drop into developer console on Pinterest page and run 'download_pins("<search string>")', where <search string> is a placeholder for an optional pin title filter. The script will pull all the pin images fitting the search filter using jQuery, zip using JSZip and offer download using FileSaver.js.
//Pinterest Image Downloader
//USAGE:
//drop script into developer console on Pinterest page
//enter download_pins("<search string>")
//where <search string> is a placeholder for an optional pin title filter.
//The script will pull all the pin images fitting the search filter using jQuery,
//zip them all using JSZip and offer download using FileSaver.js.
@H3mul
H3mul / youtube-adblock-popup-killer.js
Last active October 26, 2023 08:25
Fix youtube adblock popups
// ==UserScript==
// @name youtube popup killer
// @namespace https://gist.github.com/H3mul/
// @version 1.0
// @updateURL https://gist.github.com/H3mul/54145fbfafe89a03c2ce24fdcb66a868/raw/youtube-adblock-popup-killer.js
// @downloadURL https://gist.github.com/H3mul/54145fbfafe89a03c2ce24fdcb66a868/raw/youtube-adblock-popup-killer.js
// @description Closes youtube popups complaining about adblocker and resumes playback
// @author h3mul
// @match https://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com