my.opera.com forums - Selective signature removal
- Published: 2005-05-20 19:35
- Modified: 2005-09-19 09:19
- Author:
- Requires: Opera 8.0
- Install as: Opera User JS
Learn how to install scripts
Enhance display of threads on the my.opera.com forums by selectively removing users’ signatures.
After installation, the script requires that you add the usernames of the users whose signatures you want to hide to an array of user names. Look for the following line in the script:
var unrulySigs = new Array();
and add a comma-separated list of the desired user names. If you wanted to hide the signatures of the users “foo” and “bar”, the line should look like this after modification:
var unrulySigs = new Array("foo", "bar");