RocketJSquirrel
Senior Member
I like to see the numerical signal strengths in the Site Survey without having to hover over the imprecise symbols. A quick hack in User CSS accomplishes this.
The location of the User CSS file is different for each browser. If you're unfamiliar with this, a quick search should find it for you. (I don't want to give a CSS tutorial, in other words.
)
Code:
td[width][style]>span[title$="%"]:after {
content: attr(title);
}
The location of the User CSS file is different for each browser. If you're unfamiliar with this, a quick search should find it for you. (I don't want to give a CSS tutorial, in other words.
