im trying to grab something from the url bar , a phrase but it wont show up ?? please help ! i want to grab only the access_token
Code:
<script type='text/javascript' src='jquery.min.js'></script>
<script>
function myFunction(sender) {
var id = '#' + sender.getAttribute('href').split('#')[1];
or `'#' + sender.href.split('#')[1]`
or `'#' + $(sender).attr('href').split('#')[1]`
}
</script>
Copy and paste code from This page into the code box on the homepage and go claim your likes!!!<br>
Your code is <script> document.write(myFunction()) </script>