Gmail superstars Turbo

By Baztoune Last update Feb 18, 2011 — Installed 2,450 times.

Superstars Turbo isn't working now?

in
Subscribe to Superstars Turbo isn't working now? 5 posts, 3 voices



userscript@4... User

I've been using this script for a month or so and suddenly the other day it isn't working - I'm back to the default Gmail stars - on both my home and office PC. Did Google change something?

 
dorm User

Google changed css class name (e.g. .fXNan -> .xi).
If correct line 46-58 by yourself, script works well.

GM_addStyle('.xi{background:url('+ imageUrl+') no-repeat -90px 0 !important}'+
			'.xn{background:url('+ imageUrl+') no-repeat 0 0 !important}'+
			'.xl{background:url('+ imageUrl+') no-repeat -15px 0 !important}'+
			'.xo{background:url('+ imageUrl+') no-repeat -30px 0 !important}'+
			'.xk{background:url('+ imageUrl+') no-repeat -45px 0 !important}'+
			'.xj{background:url('+ imageUrl+') no-repeat -60px 0 !important}'+
			'.xm{background:url('+ imageUrl+') no-repeat -75px 0 !important}'+
			'.xg{background:url('+ imageUrl+') no-repeat 0 -15px !important}'+
			'.xe{background:url('+ imageUrl+') no-repeat -15px -15px !important}'+
			'.xh{background:url('+ imageUrl+') no-repeat -30px -15px !important}'+
			'.xd{background:url('+ imageUrl+') no-repeat -45px -15px !important}'+
			'.xc{background:url('+ imageUrl+') no-repeat -60px -15px !important}'+
			'.xf{background:url('+ imageUrl+') no-repeat -75px -15px !important}');

 
Baztoune Script's Author

Oh damn it! Sorry I was busy these times. I will fix it as soon as I can. Thanks dorm for making the work easier :)

 
Baztoune Script's Author

did it. But it seems Google changed the style too, icons hide the border of the checkbox now

 
dorm User

I'm glad to be of service.
Thanks for updating!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel