Antoni Sawicki
Antoni Sawicki
Now that WRP supports html templates for the UI, different versions could be provided for older and never browsers. Never could use basic JS and CSS to make them look...
check the example https://github.com/chromedp/chromedp/issues/82 update for latest chromedp
This would allow some browsers that do not support png and cannot render broken gifs
navigation on google maps stopped working, even for zoom in/out
Currently WRP is a "personal proxy" and only handles one client at a time. Implement multi client mode. Either spawn new chrome/context for each client (with timeout) or new potentially...
when browsing with height=0 and client scrolling the image sometimes appear to be duplicated and glued one after another see screenshot 
currently when gif image option is used, a page screenshot is captured in png, then encoded to gif and page + gif link is returned to client browser instead, gif...
Maps and img should not be deleted immediately. Instead they should be deleted at some timeout/expiry.
implement image filtering / manipulation, such as better colorization, quantization, greyscale, gamma, etc possibly use https://github.com/disintegration/gift
## What would you like to have changed? In addition to `archiver.FileSystem("filename.ext")` there should be a function that takes `io.Reader` or better `io.ReaderAt` and `size`. For example `archiver.NewFsReader(r io.ReaderAt, size...