IMGUR Load "remaining images" AUTOMATICALLY

Load "Remaining Images" Automatically

Pada tanggal 14 September 2015. Lihat %(latest_version_link).

// ==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
// ==/UserScript==


document.getElementsByClassName('load-more')[0].click() ;