前往
大廳
主題

火狐Firefox Stylish CSS樣式:安全協議Https網址列變色

—— | 2017-12-03 19:52:55 | 巴幣 0 | 人氣 232

按Https加密強度區分顯示顏色,更容易分辨網站安不安全。

#urlbar {
position: relative!important;
z-index: 233!important;
}

#identity-box::before {
content: ''!important;
position: absolute!important;
height: 100%!important;
width: 100%!important;
top: 0!important;
right: 0!important
bottom: 0!important;
left: 0!important;
z-index: -1!important
}

#identity-box.weakCipher::before {
background-color: #FFFFB7 !important;
}

#identity-box.verifiedDomain::before {
background-color: #DDF9CC !important;
}

#identity-box.mixedDisplayContent::before {
background-color: #F7DFDF !important;
}

創作回應

更多創作