http://qs321.pair.com?node_id=886773


in reply to here is a script to log what you do during the day...

If you use firefox, you need to install the "nightly tester tools" adddon to change the title of the window to "firefox", otherwise the script will keep track of each url visited.

It seems to me that all Firefox windows are named "page title - Mozilla Firefox"; so it would be quite easy to create a matching rule and simply keep the two last words:

if ( $titolo =~ m#.*\s\-\s(Mozilla Firefox)$# ) {$titolo = $1 };

beware, untested code example!