Remove Youtube Shorts UI (When opening in new tab) Firefox

Examine source code of Remove Youtube Shorts UI (When opening in new tab)

Inspect and view changes in Remove Youtube Shorts UI (When opening in new tab) 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 UI",
  "version": "1.1",
  "description": "Removes the Youtube Shorts UI by changing the \"shorts/\" part in the URL to \"watch?v=\".",
  "icons": {
    "48": "icons/NoYoutubeShortsUI_Icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/shorts/*"
      ],
      "js": [
        "RemoveYoutubeShortsUI.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "RemoveYoutubeShortsUI@JONITOKING"
    }
  }
}

Best Remove Youtube Shorts UI (When opening in new tab) Alternatives

Here are some Firefox add-ons that are similar to Remove Youtube Shorts UI (When opening in new tab):