IMGUR Load "remaining images" AUTOMATICALLY

Load "Remaining Images" Automatically

  1. // ==UserScript==
  2. // @name IMGUR Load "remaining images" AUTOMATICALLY
  3. // @namespace Mikhoul
  4. // @description Load "Remaining Images" Automatically
  5. // @include http://imgur.com/*
  6. // @include https://imgur.com/*
  7. // @version 1.1
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. document.getElementsByClassName('post-loadall btn btn-action')[0].click() ;
  13.