Name: Anonymous 2009-12-13 8:40
@-moz-document :not(domain(4chan.org)) {
a[href^="javascript:"] {color:#00FF00 !important;}
}
I'm trying to make all non-4chan js links green. Any idea what's wrong with the not selector there?
a[href^="javascript:"] {color:#00FF00 !important;}
}
I'm trying to make all non-4chan js links green. Any idea what's wrong with the not selector there?