htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories
htmlpreview.github.com
1.55k stars 312 forks source link

Doesn't work for https://github.com/google/glog/blob/master/doc/glog.html #82

Closed vadimcn closed 4 years ago

vadimcn commented 4 years ago

https://htmlpreview.github.io/?https://github.com/google/glog/blob/master/doc/glog.html

niutech commented 4 years ago

This is due to using document.write() in the original HTML file, which reopens the document and overwrites its contents. Not much I can do with it.