Inspect and view changes in Github Whitespace Disabler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Github Whitespace Disabler",
"version": "1.1.0",
"description": "Force Github to open diff pages without whitespace changes displayed",
"icons": {
"48": "icons/github-48.png",
"64": "icons/github-64.png"
},
"background": {
"scripts": [
"interceptor.js"
]
},
"content_scripts": [
{
"matches": [
"*://github.com/*/*/pull/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"webRequest",
"webRequestBlocking",
"*://github.com/*/*/pull/*/files",
"*://github.com/*/*/pull/*/changes"
],
"applications": {
"gecko": {
"id": "maksimovic@outlook.com"
}
},
"author": "Oliver Maksimovic",
"developer": {
"name": "Mukul Murthy",
"url": "https://github.com/mukulmurthy"
}
} Best Github Whitespace Disabler Alternatives
Here are some Firefox add-ons that are similar to Github Whitespace Disabler:
Auto-Hide GitHub Whitespace
Jonathan Roitgrund
Github Merge Helper
Brian H
GitHub Diff Whitespace
Scott Robertson
Bitbucket Whitespace Ignorer
snapcore
Github Pull Requests' statuses
FloraGC
Github-Warn
Arash Thr
Github PR Fetch
mgalgs
Wide GitHub
xthexder
Free GitHub
Arsalanse
Github Pull Request Commits
ikim23
Github Helper
Varun Sridharan