Created
April 23, 2014 00:52
-
-
Save davidsonfellipe/11199413 to your computer and use it in GitHub Desktop.
Revisions
-
davidsonfellipe created this gist
Apr 23, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ // go to https://www.facebook.com/YOURPROFILE/friends var xx = document.querySelectorAll('.fsl.fwb.fcb a') for (var i = 0; i<xx.length; i++){ if(xx[i].href === 'https://www.facebook.com/YOURPROFILE/friends#') { console.log(xx[i].innerHTML); } }