Is there a version of GreaseMonkey that prints ALL errors to the console, like if the UserScript was a real JavaScript? For example syntax errors?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the preference (about:config)
javascript.options.showInConsolemay control this. See Mozilla’s tips on Setting up an extension development environment. It’s not the same thing, but since Greasemonkey is an extension running in chrome, I think it’s relevant.