Por: Scott Robertson
Inspect and view changes in GitHub Diff Whitespace source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub Diff Whitespace",
"version": "1.0.0",
"description": "Automatically appends ?w=1 to GitHub diff URLs to ignore whitespace changes",
"browser_specific_settings": {
"gecko": {
"id": "github-diff-whitespace@srobertson.dev",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs",
"webNavigation"
],
"host_permissions": [
"https://github.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
]
}
} Melhores alternativas GitHub Diff Whitespace
Aqui estão algumas Firefox add-ons que são similares a GitHub Diff Whitespace:
Auto-Hide GitHub Whitespace
Jonathan Roitgrund
Github Whitespace Disabler
Oliver Maksimovic
Render Whitespace on GitHub
glebm
Github Pull Request Commits
ikim23
GitHub Collapse-Diffs Button
verfehlix
Github Merge Helper
Brian H
Bitbucket Whitespace Ignorer
snapcore
GitHub Merge Commit Message Rewriter
Redddy
GitHub Widener
danstewart
Full Width Git Hub
Leon.baker83