Superstars Turbo isn't working now?
|
|
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? |
|
|
Google changed css class name (e.g. .fXNan -> .xi).
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}');
|
|
|
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 :) |
|
|
did it. But it seems Google changed the style too, icons hide the border of the checkbox now |
|
|
I'm glad to be of service.
|