Skip to content

Instantly share code, notes, and snippets.

View david-binda's full-sized avatar

David Biňovec david-binda

View GitHub Profile
@david-binda
david-binda / script.js
Created May 30, 2018 11:19
Console log cookies
console.log( document.cookie );
@david-binda
david-binda / bookmarklet.js
Last active June 12, 2019 09:15
Download image from PhotoVogue ( https://www.vogue.it/en/photovogue )
javascript:(function()%7B%20window.location%20=%20document.querySelector(%22%23galleryWrapper%20.carousel-content%20.item.active%20img%22).src%20%7D)();