Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name gelbooru_fix1
  3. // @include https://gelbooru.com*
  4. // @run-at document-end
  5. // ==/UserScript==
  6. var thumbs = document.getElementsByClassName("lazyload preview");
  7. for (i = 0; i < thumbs.length; i++) thumbs[i].setAttribute("src", thumbs[i].getAttribute("data-original"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement