youtube shorts auto-scroll Firefox

Examine source code of youtube shorts auto-scroll

Inspect and view changes in youtube shorts auto-scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Shorts Auto-Scroll",
  "version": "1.0",
  "description": "Automatically scrolls to the next YouTube Short when the current one finishes playing.",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [],
  "icons": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-auto-scroll@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best youtube shorts auto-scroll Alternatives

Here are some Firefox add-ons that are similar to youtube shorts auto-scroll: