Last active
          December 25, 2024 04:45 
        
      - 
      
- 
        Save pellaeon/134a69e43a64314c99e9500eef11b05b to your computer and use it in GitHub Desktop. 
    Get proxy list from various sites
  
        
  
    
      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
    
  
  
    
  | // open http://proxylist.hidemyass.com/search-1292985 and | |
| // run following code in browser developer console | |
| aaa = ''; | |
| $('table#listable > tbody > tr').each(function(index){ | |
| text = $(this)[0].innerText; | |
| textarr = text.split(/\s+/); | |
| proxystr = textarr[2].concat(":",textarr[3]); | |
| //console.log(proxystr); | |
| aaa = aaa.concat(proxystr, "\n"); | |
| }); | |
| aaa//print on console, copy this | 
  
    
      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
    
  
  
    
  | // open https://www.us-proxy.org/ and | |
| // run following code in browser developer console | |
| bb = ''; | |
| $('table#proxylisttable > tbody > tr').each(function () { | |
| bb += $(this)[0].children[0].innerText; | |
| bb += ":"; | |
| bb += $(this)[0].children[1].innerText; | |
| bb += "\n"; | |
| }); | |
| bb//print on console, copy this | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
HideMyAss proxy mostly doesn't work as of 2017/2/28.