Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 24, 2023 13:57
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/9f46008a4c116c103f53a90d5dfae70e to your computer and use it in GitHub Desktop.
Save LMG23/9f46008a4c116c103f53a90d5dfae70e to your computer and use it in GitHub Desktop.
<script>
$( "#usbl-inpage-anchor" ).append( "<div ub-in-page='585276d3876927434b237e89'></div>" );
</script>
<script>
var nodeDiv = document.createElement("div");
nodeDiv.setAttribute("ub-in-page", "585276d3876927434b237e89");
document.getElementById("usbl-inpage-anchor").appendChild(nodeDiv);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment