I wrote this plugin as other frame breaking solutions often have the following problems.
The try to break out of the customizer frame.
They enqueue the script on the backend, where it's not required.
They enqueue it in the head of the html, thus slowing down page render on all pages.
This plugin enqueues the in the footer..
This plugin tests if the plugin is same domain and if it's won't break out...
Upload folder to the wp-content plugins directory.
Activate the plugin through 'Plugins in WordPress.
It detects when your site is customizer mode so it won't break that functionality, it uses javascript, and it loads the in the footer ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more