my greasemonkey script

matthiask
November 20, 2008, 09:26 PM posted in General Discussion

Hi.

found some people complaining about the vocabulary page.

I wrote this simple greasemonkey ( / opera user style) to change it for myself, but of course, if somebody likes it, feel free to use it:

++++++

label, .dialo-a span, .dialo-b span {
font-family: "SimSun" !important;
font-weight: 100 !important;
font-size: xx-large !important;
}

.dialo-a span, .dialo-b span {
font-family: "SimSun" !important;
font-weight: 100 !important;
font-size: x-large !important;
}

strong {
font-weight: 600 !important;
}

+++++

Profile picture
matthiask
March 02, 2009, 12:32 PM

I wonder if anyone saw this already?