Skip to content

Instantly share code, notes, and snippets.

@thulioph
Created June 29, 2017 16:36
Show Gist options
  • Select an option

  • Save thulioph/77e284d7cbc26d15bd227562d9d8d29f to your computer and use it in GitHub Desktop.

Select an option

Save thulioph/77e284d7cbc26d15bd227562d9d8d29f to your computer and use it in GitHub Desktop.
const boo = `window.location.href`;
eval(boo); // retorna a url atual
setTimeout(boo, 100); // alguns sites bloqueiam CSP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment