8Comic.com image list

Lists all images in a chapter/volume

2019-09-28 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

ئاپتورى
林君達(Sunny)
باھا نومۇرى
0 0 0
نەشرى
1.6.6
قۇرۇلغان ۋاقتى
2015-03-26
يېڭىلانغان ۋاقتى
2019-09-28
Size
2.1 KB
ئىجازەتنامىسى
GPL version 2 or any later version
قوللايدىغىنى

This is a simple javascript code I save on my chrome bookmark bar so that all I need is one click and I can display the whole chapter/volume. For those chapters where images are connected seamlessly, just modify the above code where it says <br><br> to just one <br>, since two <br> just enables one extra break line (and it's easier for me to read)

To use a minimized version, go make a bookmark, and copy and past the entire code below in single line in your bookmark, and you can just click on the bookmark like me to make it displayed automatically!

javascript:var imgList="";for(var p=1;p<=ps;p++){imgList=imgList+'<img src="http://img'+ss(c,4,2)+'.8comic.com/'+ss(c,6,1)+'/'+ti+'/'+ss(c,0,4)+'/'+nn(p)+'_'+ss(c,mm(p)+10,3,f)+'.jpg"><br><br>';}imgList+='<a href="#" onClick="jv(ni)">Next >>';document.write(imgList);