Skip to content

Instantly share code, notes, and snippets.

@vlzhr
Created February 10, 2020 12:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlzhr/8fc5394215b14e5b599c65edf1bf4dfc to your computer and use it in GitHub Desktop.
Save vlzhr/8fc5394215b14e5b599c65edf1bf4dfc to your computer and use it in GitHub Desktop.
certificado example
document.addEventListener("DOMContentLoaded", function() {
document.querySelector(".data").value = location.href.split("?")[1]
.replace("%20", " ")
.replace("%20", " ");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment