Created
February 22, 2019 17:02
-
-
Save blackhalt/20a1d6914cf06e8f6145e6d67840aff2 to your computer and use it in GitHub Desktop.
Attēlu savācēju Bookmarkleti
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
// Tvitera galeriju bilžu savacejs: | |
javascript:e=document.querySelector("div.Gallery-media > img[src]");f=e.src;void(open(f)) | |
// LSM bilžu savacējs: | |
javascript:var img = document.querySelector("div.slick-active > figure"),style = img.currentStyle || window.getComputedStyle(img, false),bi = style.backgroundImage.slice(4, -1).replace(/"/g, "");void(open(bi)) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment