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.0",
  "description": "Replace Google CDN with cdnjs",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://ajax.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}