Skip to content

Instantly share code, notes, and snippets.

@bendalton
Created January 25, 2011 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendalton/795240 to your computer and use it in GitHub Desktop.
Save bendalton/795240 to your computer and use it in GitHub Desktop.
quick shell script for getting rid of Chrome's Built-in Flash player so you can use the Debug version
#!/bin/bash
find /Applications/Google\ Chrome.app/Contents/Versions -name Flash\ Player\ Plugin\ for\ Chrome.plugin -ok sudo rm -rf '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment