Advertisement
rdsedmundo

site

Oct 29th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. get.token(function(){
  2.     if(gets.match('token=')){
  3.         gets = gets.split('token=')[1];
  4.         try{
  5.             gets = gets.split('&')[0];
  6.             $('#hmt-index').load('c/?t='+gets);
  7.         }catch(e){
  8.             try{
  9.                 gets = gets.split('?')[1];
  10.             $('#hmt-index').load('c/?t='+gets);
  11.             }catch(e){
  12.             };
  13.         }
  14.     } else {
  15.     return location.pathname = '?cookie=0';
  16.     };
  17.     });
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement