Skip to content

Commit e0484c0

Browse files
committed
Drop the bad site banner
Signed-off-by: Neal Gompa <[email protected]>
1 parent fa99571 commit e0484c0

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

layouts/blog/single.html

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,4 @@ <h1 class="entry-title">{{.Title}}</h1>
2727
</div>
2828
</div>
2929
</section>
30-
<script>
31-
document.addEventListener("DOMContentLoaded", function() {
32-
if (document.referrer.match("//news.ycombinator.com")) {
33-
document.body.ariaHidden = true;
34-
document.body.innerHTML = (
35-
"<style>" +
36-
".hnsucks {" +
37-
" background-color: #ff6600;" +
38-
" padding: 20px;" +
39-
" color: #000;" +
40-
"}" +
41-
".hnsucks p {" +
42-
" margin-bottom: 20px;" +
43-
" font-family: Verdana, Geneva, sans-serif;" +
44-
" font-weight: revert;" +
45-
" max-width: 60em;" +
46-
" margin-left: auto;" +
47-
" margin-right: auto;" +
48-
" font-size: 1.25em;" +
49-
"}" +
50-
".hnsucks a {" +
51-
" text-decoration: underline;" +
52-
"}" +
53-
"</style>" +
54-
"<div class='hnsucks'>" +
55-
"<p>Hi! It looks like you might have come from Hacker News.</p>" +
56-
"<p>Asahi Linux developers are frequent targets of abuse on Hacker News. Despite our pleas, the moderators have not taken effective action to improve the situation.</p>" +
57-
"<p>Overtly hateful content is often flagged on HN and not immediately visible. Unfortunately, when a comment is flagged and killed, its child subthread is not. That preserves the 'clean' image of the website, but the reduced moderation activity enables abuse to continue. Although you don't see those threads, search engines do. HN uniquely has a high page rank and low moderation, making it a prime target for <a href='https://en.wikipedia.org/wiki/Kiwi_Farms'>bad actors</a> to poison search results with abuse, bigotry, and nastiness. This isn't low-level trolling, but an organized attempt to <a href='https://en.wikipedia.org/wiki/Kiwi_Farms#Suicides_of_harassment_targets'>destroy lives</a>, including of developers in our communities</a>.</p>" +
58-
"<p>Please demand change within your community.</p>" +
59-
"</div><hr/>") + document.body.innerHTML;
60-
}
61-
});
62-
</script>
6330
{{ partial "footer.html" . }}

0 commit comments

Comments
 (0)