By: Erik
Inspect and view changes in GitHub Comment Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Comment Hider",
"version": "1.0.1",
"description": "Hide comments from specific users on GitHub. Add multiple users to your hide list with easy management.",
"browser_specific_settings": {
"gecko": {
"id": "github-comment-hider@example.com",
"strict_min_version": "58.0"
}
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"*://github.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon": {
"48": "icons/icon-48.png"
},
"default_title": "GitHub Comment Hider",
"default_popup": "popup.html"
}
} Best GitHub Comment Hider Alternatives
Here are some Firefox add-ons that are similar to GitHub Comment Hider:
GitHub Hide Notifications
Jan Piotrowski
Hide Comments Everywhere
Grant Winney
Free GitHub
Arsalanse
Hacker News Blocklist
jhkmnl
Mokum Comment Filter
vadikas
Hidrobtiobtobiso
Softboc
Gerrit Comments Hider
A M
Hackernews Userscript
Drake Rossman
github-hide-review-comments
Daniel Huth
Mask Files on GitHub
Salman
Phab Comments Hider
Paul
github-no-more
wffl