RSI Site Speedup

RSI Site Speedup

Star Citizen's official website (robertsspaceindustries.com) is beautiful, but rendering and scrolling are super slow. However,…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RSI Site Speedup",
  "description": "",
  "version": "2.0",
  "content_scripts": [
    {
      "matches": [
        "http://*.robertsspaceindustries.com/*",
        "https://*.robertsspaceindustries.com/*"
      ],
      "js": [
        "rsispeedup.js"
      ]
    }
  ]
}