Remove Youtube Shorts Firefox

Examine source code of Remove Youtube Shorts

Inspect and view changes in Remove Youtube Shorts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Youtube Shorts",
  "version": "1.2.1",
  "description": "Remove Youtube Shorts tab in navigation tab, and redirect Youtube Shorts Videos to original Youtube video player, for better experience on desktop.",
  "homepage_url": "https://github.com/raven0230/Remove-Youtube-Shorts",
  "author": "Raven Liu",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "waitForElm.js",
        "removeShortsDom.js",
        "removeShortSectionInChannelPage.js",
        "removeShortInSubscriptionPage.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/redirectShorts.js",
      "background/contextMenu.js"
    ]
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "menus"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2766e9f7-7bf2-4c72-81b9-d119eb54c753}"
    }
  }
}

Best Remove Youtube Shorts Alternatives

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