//***********************************************************头像美化************************************************************************
(function() {
var css = "";
if (false (document.domain == "tieba.baidu.com" document.domain.substring(document.domain.indexOf(".tieba.baidu.com") + 1) == "tieba.baidu.com"))
css += ".d_avatar_frame {\nbackground-image:none !important; \n}\n.d_author img.icon{\nborder:1px gray solid !important;\n}\nimg.icon{\npadding:0 !important;\nborder-radius: 12px !important;\n}\n.p_author_face > img {\nborder-radius: 12px !important;\nborder:1px gray solid !important;\n}\ndiv.userlike_info_head{\n border-radius: 8px !important;\n}\nimg#userlike_info_head_img{\n border-radius: 6px !important;\n}\np.aside_userface_border{\n border-radius: 8px !important;\n}\n#aside_person_info > DIV:nth-child(2) > DIV:first-child > P > A > IMG{\n border-radius: 8px !important;\n}\n\n.portr{\n border-radius: 8px !important;\n}\nimg.head_img{\n border-radius: 8px !important;\n}\n#topUserfaceTd > IMG{\n border-radius: 10px !important;\n padding-top:1px !important;\n}\n#topUserfaceTd{\n border-radius: 12px !important;\n width:97% !important;\n border:1px solid gray !important;\n}\n.face_link,\n#concerned > DIV:nth-child(2) > DIV:last-child > TABLE > TBODY > TR > TD:first-child > P:first-child > A > IMG,\n#concerned > DIV:nth-child(2) > DIV:last-child > TABLE > TBODY > TR > TD:nth-child(2) > P:first-child > A > IMG,\n#concerned > DIV:nth-child(2) > DIV:last-child > TABLE > TBODY > TR > TD:last-child > P:first-child > A > IMG{\n border-radius: 8px !important;\n}\nimg.bakan_pic{\n border-radius: 8px !important;\n}\n.uFace_link{\n border-radius: 8px !important;\n}";
if (false (document.domain == "www.baidu.com" document.domain.substring(document.domain.indexOf(".www.baidu.com") + 1) == "www.baidu.com"))
css += "img.user_portrait{\n border-radius: 6px !important;\n}";
if (false (document.domain == "hi.baidu.com" document.domain.substring(document.domain.indexOf(".hi.baidu.com") + 1) == "hi.baidu.com"))
css += ".msg-user-img > A > IMG\n{\n border-radius: 8px !important;\n}";
if (false (document.location.href.indexOf("
https://tieba.baidu.com/manager-apply/view/list?kw=http://tieba.baidu.com/manager-apply/view/list?kw=") == 0))
css += "td > a > img{\n border-radius: 12px !important;\n border:1px gray solid !important;\n}";
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
heads[0].appendChild(node);
}
}
})();
——来自无敌的Opera浏览器 Opera/9.80 (Windows NT 5.1; U; Edition IBIS; zh-cn) Presto/2.10.289 Version/12.02