Created
          September 3, 2012 19:49 
        
      - 
      
- 
        Save Mithrandir0x/3612821 to your computer and use it in GitHub Desktop. 
    When Rapidshare links get stubborn on plowshare, who'll you call?
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | l_links.forEach(function(url){ // \.(...)\|\| // .$1|| | |
| $.ajax({ | |
| url: url, | |
| success: function(data, state, jqxhr){ | |
| console.log(data.split('location="')[1].split('"')[0]); | |
| } | |
| }); | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment