Block GitHub Period Shortcut Firefox

Examine source code of Block GitHub Period Shortcut

By: Redmin
Inspect and view changes in Block GitHub Period Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Block GitHub Period Shortcut",
  "version": "1.0.0",
  "description": "Blocks inputting '.' on GitHub blob and tree pages to prevent accidentally opening the github.dev web editor.",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "blocker.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a50c0974-f87e-4d1d-a40a-3c82ad437864}"
    }
  },
  "permissions": [],
  "author": "Radman Siddiki",
  "manifest_version": 3
}

Best Block GitHub Period Shortcut Alternatives

Here are some Firefox add-ons that are similar to Block GitHub Period Shortcut: