No Google CDN

No Google CDN

Replaces all Google CDN resources with ones from cdnjs. For the 3 crazy (but smart) people in the world who have completely DNS-blackholed everything Google. Source code: https://gitlab.com/franga2000/deGoogleExt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "deGoogle",
  "version": "1.1resigned1",
  "description": "Replace Google CDN with cdnjs",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://ajax.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{57d6391c-e534-415b-9898-b4ace489a50c}"
    }
  }
}