Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active July 25, 2024 20:03
Show Gist options
  • Save brianleejackson/920a61a1d22ee67486ff5a3886ed88a2 to your computer and use it in GitHub Desktop.
Save brianleejackson/920a61a1d22ee67486ff5a3886ed88a2 to your computer and use it in GitHub Desktop.
Fix Divi CLS (make sure to also exclude it from Delay JS).
<script type="text/javascript">
var elm=document.getElementsByTagName("html")[0];
elm.style.display="none";
document.addEventListener("DOMContentLoaded",function(event) {elm.style.display="block"; });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment