Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gweatherson/7bc9d21a5f9858e3cac1 to your computer and use it in GitHub Desktop.
Save gweatherson/7bc9d21a5f9858e3cac1 to your computer and use it in GitHub Desktop.
remove nasty inline styles provided by Wordpress plugins
jQuery(document).ready(function($) {
$(".shitty-wordpress-plugin-element").removeAttr( "style" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment