YouTube No Suggestions Firefox

Examine source code of YouTube No Suggestions

Inspect and view changes in YouTube No Suggestions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube No Suggestions",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-no-suggestions@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Hides YouTube recommendations on the homepage and video pages. Reveal them with a button click.",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "tree.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best YouTube No Suggestions Alternatives

Here are some Firefox add-ons that are similar to YouTube No Suggestions: