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
//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. |
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 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 |