UX by Xavi

Improves the readability and user experience on websites
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Improves the readability and user experience on websites",
  "manifest_version": 2,
  "name": "UX by Xavi",
  "version": "1.0.5",
  "homepage_url": "https://xaviesteve.com/",
  "icons": {
    "48": "icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.atlassian.net/jira/software/projects/*"
      ],
      "js": [
        "jira.atlassian.net/script.js"
      ],
      "css": [
        "jira.atlassian.net/style.css"
      ]
    },
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "news.ycombinator.com/script.js"
      ],
      "css": [
        "news.ycombinator.com/style.css"
      ]
    },
    {
      "matches": [
        "https://*.slack.com/client/*"
      ],
      "js": [
        "slack.com/script.js"
      ],
      "css": [
        "slack.com/style.css"
      ]
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "x.com/script.js"
      ],
      "css": [
        "x.com/style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d222680-3072-4674-b9ff-39f476cc1db5}"
    }
  }
}