Skip to content

Commit 5175aff

Browse files
committed
single.html: HN is a lost cause.
Signed-off-by: Hector Martin <[email protected]>
1 parent 4c87ca6 commit 5175aff

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

layouts/blog/single.html

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
document.location = "https://google.com";
66
}
77
</script>
8+
<style>
9+
a.hnsucks {
10+
position: fixed;
11+
left: 0;
12+
top: 0;
13+
width: 100%;
14+
color: white;
15+
cursor: default;
16+
z-index: -1000;
17+
}
18+
19+
a.hnsucks:visited {
20+
color: red;
21+
}
22+
23+
a.hnsucks b {
24+
font-weight: bold;
25+
}
26+
</style>
827
<section id="post-section">
928
<div class="post-wrapper">
1029
<div class="post">
@@ -33,4 +52,5 @@ <h1 class="entry-title">{{.Title}}</h1>
3352
</div>
3453
</div>
3554
</section>
55+
<a aria-hidden="true" class="hnsucks" onclick="return false;" href="https://news.ycombinator.com/submit">Hi! It looks like you might be a contributor to Hacker News. Due to harassment in HN comment sections, we decided to redirect traffic from that site away from this blog, and sent an email to the HN admins explaining our frustrations. We received no reply. Instead, the HN admins specifically added a rel="noreferrer" tag <b>only to links to asahilinux.org</b>, to bypass our redirect. Seriously. We can't stop you from submitting our blog posts to HN, but we kindly ask you not to. They have no regard for the wellbeing of the projects and developers they feature, and would rather evade benign blocks than admit they have a comment moderation problem.</a>
3656
{{ partial "footer.html" . }}

0 commit comments

Comments
 (0)