By: Johan Andersson
Inspect and view changes in HN comments blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "HN comments blocker",
"version": "1.1resigned1",
"description": "Blocks the comment section of all HN posts where you haven't visited the submitted page url",
"icons": {
"48": "icons/icon.png"
},
"background": {
"scripts": [
"historySearch.js"
]
},
"content_scripts": [
{
"matches": [
"*://news.ycombinator.com/*"
],
"js": [
"blockComments.js"
],
"run_at": "document_end"
}
],
"permissions": [
"history"
],
"browser_specific_settings": {
"gecko": {
"id": "{123bead6-4ee3-4815-a998-f7ca991d7fa6}"
}
}
} Best HN comments blocker Alternatives
Here are some Firefox add-ons that are similar to HN comments blocker:
hn-zen
dimtion
HNC
Abdelkader A.
hnlinks
dit7ya
Hacker News Blocklist
jhkmnl
HS No Comments
Ville Lappalainen
Comment Section Blocker
Julia
HackerNews2Bookmarks
olvy
Watch Hacker News
atrox
Hacker News, Enhanced
Mackenzie Zastrow
The Commenter
kioleanu
Hacker News Comment Highlighter
Firefox user 13324648