SEEMH.NET image list

Lists all images in a chapter/volume

  1. // ==UserScript==
  2. // @name SEEMH.NET image list
  3. // @description Lists all images in a chapter/volume
  4. // @name:zh-TW SEEMH.NET 漫畫列表
  5. // @description:zh-TW 列出章節內所有圖片
  6. // @version 1.0.0
  7. // @include /^(http|https)\:\/\/.*?.seemh.com\/comic\/.*/
  8. // @author willy_sunny
  9. // @license GPL version 2 or any later version; http://www.gnu.org/licenses/gpl-2.0.txt
  10. // @namespace https://greasyfork.org/users/9968
  11. // ==/UserScript==
  12. //
  13.  
  14. var fl="";
  15. for(var i=0;i<cInfo.files.length;i++){
  16. fl+='<a href="'+pVars.manga.filePath+cInfo.files[i]+'"><img src="'+pVars.manga.filePath+cInfo.files[i]+'"></a></br>';
  17. }
  18. fl+='<a href="#" onClick="SMH.nextC()">NEXT &gt;&gt;</a>';
  19. document.write(fl); // outputs the list