On facebook if you try to use the Console via Dev-tools it blocks you from entering anything.
This was well laid out here: How does Facebook disable the browser's integrated Developer Tools?
Everywhere says this is not really a security feature for facebook but for their users. So that a general user doesn't get tricked and paste in malicious code given to them by "hackers" to gain access to their account.
I manage groups on facebook. And i want to execute javascript every once and a while to remove specific things or organize lists in specific ways... But i can not do this on facebook...
What is the solution? How do I execute commands in the console and disable their script blocking the use of the console? (I am not great with JavaScript but still would like to execute my basic commands)
Thanks for any help