Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created September 7, 2017 12:11
Show Gist options
  • Save Lewiscowles1986/f9bbd443a1ce70c0a1dc249b895c21ae to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/f9bbd443a1ce70c0a1dc249b895c21ae to your computer and use it in GitHub Desktop.
BusinessInsider FU
setInterval(function(){
[].slice.call(document.querySelectorAll('iframe, .fc-dialog-overlay, .fc-root.fc-dialog-container')).forEach(function(elem){
elem.remove();
document.body.className = document.body.style = "";
});
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment