X Repost Omitted

X Repost Omitted

An extension to hide X (formerly Twitter) reposts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "X Repost Omitted",
  "version": "8.0.0.59",
  "version_name": "0.0.0.59",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "128": "/icon/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "/jquery/jquery-3.7.1.min.js",
        "/js/omitted.js"
      ],
      "css": [
        "/css/omitted.css"
      ],
      "run_at": "document_start"
    }
  ]
}