Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 17, 2023 22:24
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 LMG23/00fa2d63571b74e22e7fc65a9164eb67 to your computer and use it in GitHub Desktop.
Save LMG23/00fa2d63571b74e22e7fc65a9164eb67 to your computer and use it in GitHub Desktop.
<script>
var styleElement = document.createElement('style');
styleElement.id = 'gf-embed-id';
styleElement.innerHTML = '.gf-Bobblehead-wrapper, .gf-Widget {display: none;}';
window.setTimeout(function() {
document.head.appendChild(styleElement);
},1000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment