my greasemonkey script
matthiask
November 20, 2008, 09:26 PM posted in General DiscussionHi.
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;
}
+++++
matthiask
March 02, 2009, 12:32 PMI wonder if anyone saw this already?