ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

How to change addressbar color based on SSL/SSL-EV/Broken-SSL/No-SSL

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა FredMcD

Hello,

is there any way how to force FF31 to color the address bar background with green for verified SSL, yellow for normal SSL red for broken SSL and white for no SSL? I know FF shows a little icon next to the URL, but I want whole address bar background to display the security mode. The little icon is just not visible enough. I haven't found any addon that could do that. I tried using chrome/userChrome.css but it seems to be broken and cannot properly display all 4 states.

The following code does not work for "level=low", and I could not test "level=broken" because i do not know of any website to test it on. "level=high" seem to be displayed always when there is a SSL regardless of whether it's "high" (verified) or "low" (not verified).

Could you please tell me if there is any way to achieve this address bar coloring? Thank you.

  1. urlbar[level="high"] {
   background-color: #D0F2C4 !important;

}

  1. urlbar[level="low"] {
   background-color: #FFFFB7 !important;

}

  1. urlbar[level="broken"] {
   background-color: white !important;

}

Hello, is there any way how to force FF31 to color the address bar background with green for verified SSL, yellow for normal SSL red for broken SSL and white for no SSL? I know FF shows a little icon next to the URL, but I want whole address bar background to display the security mode. The little icon is just not visible enough. I haven't found any addon that could do that. I tried using chrome/userChrome.css but it seems to be broken and cannot properly display all 4 states. The following code does not work for "level=low", and I could not test "level=broken" because i do not know of any website to test it on. "level=high" seem to be displayed always when there is a SSL regardless of whether it's "high" (verified) or "low" (not verified). Could you please tell me if there is any way to achieve this address bar coloring? Thank you. #urlbar[level="high"] { background-color: #D0F2C4 !important; } #urlbar[level="low"] { background-color: #FFFFB7 !important; } #urlbar[level="broken"] { background-color: white !important; }

ყველა პასუხი (1)

Go to the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) and search for what you want.