YOBDRAGON

YOBDRAGON

Replace the phrase "same-sex attraction" (and variants) with "dragon energy."

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YOBDRAGON",
  "version": "0.1",
  "description": "Replace the phrase \"same-sex attraction\" (and variants) with \"dragon energy.\"",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "72": "yob_icon.png"
  }
}