in the string
/p0ffffff1b3b3b32e5e5e5
, ffffff
is the same as entry_bgcolor
, inside_border
and main_bgcolor
. in addition to this e5e5e5
is the same as comments_bgcolor
and header_bgcolor
. with this information, i think ffffff
from entry_bgcolor
and e5e5e5
from header_bgcolor
would be the most logical locations for that information. now the trick is figuring out where b3b3b3
came from. any ideas?var corner_color = "/p0" + $*entry_bgcolor + "1" + [source of b3b3b3] + "2" + $*header_bgcolor;