Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Created February 22, 2019 17:02
Show Gist options
  • Save blackhalt/20a1d6914cf06e8f6145e6d67840aff2 to your computer and use it in GitHub Desktop.
Save blackhalt/20a1d6914cf06e8f6145e6d67840aff2 to your computer and use it in GitHub Desktop.
Attēlu savācēju Bookmarkleti
// 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