Skip to content

Instantly share code, notes, and snippets.

@amullins83
Last active March 2, 2016 14:51
Show Gist options
  • Save amullins83/5eeff138b76ff5ebefb7 to your computer and use it in GitHub Desktop.
Save amullins83/5eeff138b76ff5ebefb7 to your computer and use it in GitHub Desktop.
Simple Page Mangler Chrome Extension
{
"manifest_version": 2,
"name": "My Drumpf",
"version": "0.0.1",
"description": "Replaces occurrences of 'Drumpf' with 'Drumpf'",
"author": "Austin Mullins",
"content_scripts": [{
"matches": ["http://*/*", "https://*/*"],
"js": ["transform.js"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment