Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.69 KB

LeechServe.js

This library lets you use flickr or any other image hosting service to serve static pages.
Max filesize flickr allows is 200MB per image, most computers will crash at 15.

Demos:
(400KB | img:600KB)copy of Dexter's Wiki page (Flickr used for serving the image)
(400KB | img:600KB)copy of Dexter's Wiki page (imgBB used for serving the image)
(1900KB | img:4300KB)"The Mystery of the Immaculate Concussion" by Julia Ioffe (Flickr used for serving the image)
(6400KB | img:12700KB)"The Secrets of the World's Greatest Jailbreak Artist" by Adam Leith Gollner (Flickr used for serving the image)

How to use it

1: Convert your page to a single file with this tool:
Singlefile's github repo
2: Go to the link below ('compiler.html' you can use your own copy of the file)
Encoder
(please use Chrome) 3: Choose your HTML file, wait for the image to appear and then download it
4: Upload the image (flickr and imgBB are preferred as they won't compress the images)
5: Add LeechServe to you page:

<script src="leechserve.js"></script>

6: Add the image url to your website:

let leech = new Leech({visible: true, threads: false});
leech.loadFromUrl(url); //insert the url of the image