IMGUR Load "remaining images" AUTOMATICALLY

Load "Remaining Images" Automatically

当前为 2015-09-14 提交的版本,查看 最新版本

  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
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. document.getElementsByClassName('load-more')[0].click() ;