Advertisement
Guest User

dulaka cac tais chim

a guest
Feb 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ask
  2. var hello = document.getElementsByClassName('PartialSearchResults-item')[0].getElementsByTagName('a');
  3. content = "";
  4. for(start = 0; start<10;start++){
  5. hello = document.getElementsByClassName('PartialSearchResults-item')[start].getElementsByTagName('a');
  6. content = content + hello[0].attributes['href'].value + "\n";
  7. window.open("data:application/txt," + encodeURIComponent(content), "_self");
  8.  
  9. }
  10. bing
  11. var hello = document.getElementsByClassName('b_algo')[0].getElementsByTagName('a');
  12. content = "";
  13. for(start = 0; start<10;start++){
  14. hello = document.getElementsByClassName('b_algo')[start].getElementsByTagName('a');
  15. content = content + hello[0].attributes['href'].value + "\n";
  16. window.open("data:application/txt," + encodeURIComponent(content), "_self");
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement