Fuckface von Clownstick

Fuckface von Clownstick

Replaces the text 'Donald Trump' with 'Fuckface von Clownstick'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fuckface von Clownstick",
  "short_name": "Fuckface",
  "description": "Replaces the text 'Donald Trump' with 'Fuckface von Clownstick'.",
  "version": "1.1.1",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}