This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Can be used with https://github.com/xcv58/Custom-JavaScript-for-Websites-2 | |
// This snippet is released under the terms of the CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en | |
// Updated by sillysaurusx (v0.1.0): | |
// - bells stay till you mouseover each HN comment | |
// - use a constant localStorage key | |
// future plans: | |
// - don't bell your own comments | |
// - a button to un-bell the current page (or comment subtree) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name HN Ignorance Is Bliss | |
// @description Hide your comment scores and karma counters. Installation instructions at https://news.ycombinator.com/item?id=14456203 | |
// @author sillysaurus3 | |
// @version 1.0 | |
// @match *://news.ycombinator.com/* | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/sillysaurus/4d917e925548e4c7ec6f6bb96c94ef5c/raw | |
// @updateURL https://gist.githubusercontent.com/sillysaurus/4d917e925548e4c7ec6f6bb96c94ef5c/raw | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name HN Ignorance Is Bliss | |
// @description Hide your comment scores and karma counters. See https://news.ycombinator.com/item?id=14456203 | |
// @author sillysaurus3 | |
// @version 1.0 | |
// @match *://news.ycombinator.com/* | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/sillysaurus/4d917e925548e4c7ec6f6bb96c94ef5c/raw | |
// @updateURL https://gist.githubusercontent.com/sillysaurus/4d917e925548e4c7ec6f6bb96c94ef5c/raw | |
// ==/UserScript== |