seconds: Million 0.0328 years; Billion 31.7 years; Trillion 31,710 years


Visit USADebtClock.com to learn more!

Sunday, July 11, 2010

Facebook select all friends javascript

Want to suggest friends for a Facebook page but don’t want to check them all, click on suggest friends and copy and paste this javascript into your browser address bar,  voilà all checked!

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

No comments:

Post a Comment