// ==UserScript==
// @name 贴吧高清头像查看
// @author 有一份田,Sonico俺の嫁,YIU
// @description 可以查看贴吧用户的高清头像
// @namespace TieBaHDAvatar-youyifentian
// @icon http://www.duoluohua.com/images/favicon.ico
// @license GPL version 3
// @encoding utf-8
// @date 09/12/2013
// @change 11/08/2018
// @include *://tieba.baidu.com/p/*
// @include *://tieba.baidu.com/f*
// @include *://tieba.baidu.com/home/*
// @grant unsafeWindow
// @run-at document-end
// @version 1.0.5
// @downloadURL none
// ==/UserScript==
/*
* === 说明 ===
*@作者:有一份田,Sonico俺の嫁,YIU
*@官网:http://www.duoluohua.com/download/
*@Email:youyifentian@gmail.com
*@Git:http://git.oschina.net/youyifentian
*@转载重用请保留此信息
*
*
* */
(function(){
var $ = unsafeWindow.$;
var portraitCache = {};
var addCss = ``;
$('head').append(addCss);
$('body').bind('DOMNodeInserted',function(e){
var o = $(e.target).find('.interaction_wrap');
if(o.length){
createEleBtn(o);
}
});
function createEleBtn(o){
var tmpnav = $('