Hacker News new | ask | show | jobs
by bosch_mind 1194 days ago
How does it work? Do you proxy the request and overlay custom CSS through something like a CF worker?
1 comments

Proxy through nginx and then I add in custom CSS (for the colors) and a snippet of JS to keep the HN links proxied.

CF worker is an interesting idea. I'm going to look into other ways to run this without a dedicated VPS.