Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- By phoenix...
- */
- function $_GET(string) {
- var GET = eval('location.href.split("?")[1].match(/' + string + '=(.+)/)[0].split("=")[1]');
- if (GET.match("&")) {
- GET = GET.split("&")[0];
- };
- return GET;
- };
Advertisement
Add Comment
Please, Sign In to add comment