// ==UserScript== // @name IMGUR Load "remaining images" AUTOMATICALLY // @namespace Mikhoul // @description Load "Remaining Images" Automatically // @include http://imgur.com/* // @include https://imgur.com/* // @version 1 // @grant none // @downloadURL none // ==/UserScript== document.getElementsByClassName('load-more')[0].click() ;