Please no W3Schools

Please no W3Schools

Strikes-through and hides www.w3schools.com links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Please no W3Schools",
  "version": "1.1.0",
  "description": "Strikes-through and hides www.w3schools.com links",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.duckduckgo.com/*",
        "*://*.google.com/*",
        "*://*.bing.com/*",
        "*://*.ecosia.org/*",
        "*://*.yahoo.com/*"
      ],
      "css": [
        "no-w3schools.css"
      ]
    }
  ]
}