Created
September 27, 2017 16:31
-
-
Save jpgninja/f65b997ff8f615605b53000c30bb1518 to your computer and use it in GitHub Desktop.
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
let ppokes = $$('._xco ._42us a');for(ppoke in ppokes){ document.writeln(ppokes[ppoke].innerHTML + ', '+ ppokes[ppoke].href +'<br>' ); }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment