Youtube - Block Shorts Firefox

Examine source code of Youtube - Block Shorts

By: MrMDM
Inspect and view changes in Youtube - Block Shorts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block YouTube Shorts",
  "version": "1.0",
  "description": "Redirects /shorts URLs and hides Shorts shelves on YouTube.",
  "permissions": [
    "tabs",
    "webNavigation",
    "*://www.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "hide_shorts.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/youtube-block-shorts-48.png",
    "96": "icons/youtube-block-shorts-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bfa46f81-7263-4c46-8252-e7e646da152a}"
    }
  }
}

Best Youtube - Block Shorts Alternatives

Here are some Firefox add-ons that are similar to Youtube - Block Shorts: