TECHnicalEra12 is your ultimate source for hacking tips, Termux tricks, WiFi hacking tools, phishing tutorials, password cracking, ethical hacking guides, Android exploits, cybersecurity advice, and more. Everything is for educational purposes only — learn the tools, techniques, and tricks used by hackers and protect yourself from cyber threats.
Script for using copy all in facebook.com (pages,group)
1 step – press Left CNTRL + SHIFT + J and paste the script and click enter
var inputs = document.getElementsByTagName("input"); for (var i=0; i < inputs.length; i++) { if (inputs[i].getAttribute('type') == 'checkbox') { inputs[i].click(); } }
No comments:
Post a Comment