Shortless — Block Short-Form Content Firefox

Examine source code of Shortless — Block Short-Form Content

제작자: Perry1913
Inspect and view changes in Shortless — Block Short-Form Content source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Shortless — Block Short-Form Content",
  "version": "1.1.4",
  "description": "Block Reels, Shorts & Spotlight. Keep everything else.",
  "browser_specific_settings": {
    "gecko": {
      "id": "shortless@pmartin1915.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "declarativeNetRequest",
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://*.instagram.com/*",
    "*://*.tiktok.com/*",
    "*://*.musical.ly/*",
    "*://*.snapchat.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "youtube_rules",
        "enabled": true,
        "path": "filters/youtube-rules.json"
      },
      {
        "id": "instagram_rules",
        "enabled": true,
        "path": "filters/instagram-rules.json"
      },
      {
        "id": "tiktok_rules",
        "enabled": true,
        "path": "filters/tiktok-rules.json"
      },
      {
        "id": "snapchat_rules",
        "enabled": true,
        "path": "filters/snapchat-rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-scripts/youtube-fetch-guard.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "styles/youtube-hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "css": [
        "styles/instagram-hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.snapchat.com/*"
      ],
      "css": [
        "styles/snapchat-hide.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-scripts/common.js",
        "content-scripts/youtube.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content-scripts/common.js",
        "content-scripts/instagram.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.snapchat.com/*"
      ],
      "js": [
        "content-scripts/common.js",
        "content-scripts/snapchat.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 Shortless — Block Short-Form Content 대안

다음은 Shortless — Block Short-Form Content과(와) 유사한 Firefox add-on입니다: