6-hackernews.js - bitreich-www - the bitreich www website generator | |
git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
6-hackernews.js (184B) | |
--- | |
1 // Hacker News is bad. | |
2 if (document.referrer.startsWith("https://news.ycombinator.com")) { | |
3 document.location = "https://upload.wikimedia.org/wikipedia/comm… | |
4 } | |
5 |