Go to www.facebook.com/reqs.php

Open the console window of your browser and enter the following code,

elms=document.getElementById('contentArea').getElementsByTagName('input'); for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}

How to open console window?
Shortcut = CTRL + SHIFT + J

Category Internet | Tags:

Leave a reply