Monitor browserjs
- Published: 2005-06-16 22:54
- Modified: 2005-09-19 09:19
- Author: TarquinWJ
- Requires: Opera 8.0
- Install as: Opera User JS
Learn how to install scripts
Since Opera 8.01 it has been possible to have an automatically updated script (browserjs) fix sites for you. Every time it makes a fix, it posts an error in the JavaScript console. This can sometimes leave the console a little cluttered, and you might not want browserjs to post messages into it.
This script provides the option to prevent browserjs posting messages into the console. Additionally, it allows you to check how many times it changed scripts on the page:
var numChanges = opera.hasModified();
and if desired, be notified whenever it makes a change
opera.sayWhenChangingBJS = function () { ... };
Note: to use this script in Opera 8.01, you will need to set Browser JavaScript=1 in the [User Prefs] section of opera6.ini