What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Client-side hack to display network signal in site survey

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.

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. :rolleyes: )
 

Attachments

  • SiteSurvey.png
    SiteSurvey.png
    18.5 KB · Views: 482

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top