One of my favorite scripts. You can even add custom css to tweak Google results a bit more! (Options Tab > Scroll down > Edit Custom Style Rules)
Tip
(I had to read an old forum where it was implied):
To add multiple css code, you add them right next to each other like: .example1{css;css}.example2{css}example3{css}, etc.
Don't put semi-colons between each part: .example1{css;css};<--nope.example2{css}
Spaces are fine though.
Example of what I've been using to see what's possible (just paste the whole thing):
/*hit shrink line through*/.ghhd{font-size:0.8em;text-decoration:line-through;} /*highlight search words*/ em{color:black !important;background-color:yellow;}
One of my favorite scripts. You can even add custom css to tweak Google results a bit more! (Options Tab > Scroll down > Edit Custom Style Rules)
Tip
(I had to read an old forum where it was implied):
To add multiple css code, you add them right next to each other like:
.example1{css;css}.example2{css}example3{css}
, etc.Don't put semi-colons between each part:
.example1{css;css}
;<--nope.example2{css}
Spaces are fine though.
Example of what I've been using to see what's possible (just paste the whole thing):
/*hit shrink line through*/.ghhd{font-size:0.8em;text-decoration:line-through;} /*highlight search words*/ em{color:black !important;background-color:yellow;}