Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Go to file
Antoni Sawicki fb4848d235 added makefile 2019-06-04 01:42:22 -07:00
pywebkit readme update 2019-06-01 01:26:18 -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
Makefile added makefile 2019-06-04 01:42:22 -07:00
README.md readme update 2019-06-03 17:52:02 -07:00
wrp.go better scaling 2019-06-04 01:30:00 -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
  • multiple concurent client support
  • resolve relative links
  • paginated scrolling
  • google search on input not starting with ^http
  • ISMAP, although for a redirect to work -i flag must be specified otherwise http-equiv refresh will be used and/or link provided
  • headed mode and chromedp debug output

Todo

  • configurable color palete and quantization
  • real http proxy support
  • padded box model coordinates
  • better http server shutdown

Old Python version

Check pywebkit/ folder for the old Python-Webkit version.