LWN.net Logo

Firefox Bon Echo Alpha 3 milestone released

Firefox Bon Echo Alpha 3 milestone released

Posted May 30, 2006 8:15 UTC (Tue) by jamesh (subscriber, #1159)
In reply to: Firefox Bon Echo Alpha 3 milestone released by iabervon
Parent article: Firefox Bon Echo Alpha 3 milestone released

You can put rules in the chrome/userContent.css file that will only activate for a given domain name, which might do what you want. You could change the background colour for your bank's website subtly so that it is recognisable. Something like:

@-moz-document domain('mybank.com') {
    body {
        background: yellow !important;
    }
}

A phishing website would not activate the CSS rule, so would be distinguishable. As you are the only one using the rule, it'd be difficult for the phisher to target you.


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.