(no title)
rowborg | 1 year ago
<script type="98f4b28488f8bdfd1252d4f9-text/javascript">
try {
if (document.referrer) {
const ref = new URL(document.referrer);
if (ref.host === 'news.ycombinator.com') {
window.location.href = 'https://en.wikipedia.org/wiki/Freddy_the_Pig';
}
}
// If you're reading this, you've entirely missed the fucking point. Go touch some grass.
if (Math.random() > 0.9) {
window.location.href = 'https://en.wikipedia.org/wiki/Special:Random';
}
} catch (e) { }
</script>
No comments yet.