Skip to content

Instantly share code, notes, and snippets.

@smombartz
Last active April 20, 2021 02:04
Show Gist options
  • Save smombartz/a50e9907b5b0ef6fe45b415608c710f5 to your computer and use it in GitHub Desktop.
Save smombartz/a50e9907b5b0ef6fe45b415608c710f5 to your computer and use it in GitHub Desktop.
Unlock Paywall Application Script
<!-- Unlock Paywall Application Script -->
<script>
(function(d, s) {
var js = d.createElement(s),
sc = d.getElementsByTagName(s)[0];
js.src = "https://paywall.unlock-protocol.com/static/unlock.latest.min.js";
sc.parentNode.insertBefore(js, sc);
}(document, "script"));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment