Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name gelbooru_fix1
- // @include https://gelbooru.com*
- // @run-at document-end
- // ==/UserScript==
- var thumbs = document.getElementsByClassName("lazyload preview");
- 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