Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Go to file
Antoni Sawicki b91bbed4a7 readme fix 2019-05-31 18:28:48 -07:00
pywebkit gocdp initial checkin 2019-05-29 01:29:01 -07:00
.gitignore Remove and ignore Visual Studio Code files. 2017-01-21 18:12:40 +00:00
LICENSE Create LICENSE 2019-03-27 13:29:02 -07:00
README.md readme fix 2019-05-31 18:28:48 -07:00
wrp.go more ismap stuff 2019-05-31 18:20:55 -07:00

README.md

WRP - Web Rendering Proxy

A HTTP proxy server that allows to use historical and obsolete web browsers on the modern web. It works by rendering the web page in to a GIF image associated with clickable imagemap of original web links.

You are looking at a GoLang / CDP branch of WRP.

This code is under active development and not fully usable yet.

Done so far

  • basic browser-in-browser mode
  • screenshot and serve image+map via CDP
  • gif with FloydSteinberg dithering
  • random image addressing
  • resolve relative links
  • paginated scrolling
  • google search on input not starting with ^http

Todo

  • ISMAP - underway
  • net/url: invalid control character in URL on Windows
  • configurable color palete and quantization
  • real http proxy support
  • option to encode as png/jpeg
  • padded box model coordinates
  • better http server shutdown
  • chromedp logging, timeout, non-headless flags

Python version

Check master branch for "stable" Python-Webkit version.