// ==UserScript==
// @name 百度贴吧,显示回帖用户ID和关注
// @namespace https://tieba.baidu.com/
// @description 显示回帖用户ID,点击ID可显示用户关注贴吧等级
// @author 你的名字
// @license MIT
// @version 0.1.2
// @match https://tieba.baidu.com/p/*
// @grant GM_xmlhttpRequest
// ==/UserScript==
(function() {
'use strict';
(()=>{"use strict";var t={725:function(t,e,i){var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};function s(t,e){let i=$(t).find(e).attr("data-field");return null==i?"":(i=i.replace(/'([^']*)'/g,'"$1"'),JSON.parse(i).un)}Object.defineProperty(e,"__esModule",{value:!0});const l=new(n(i(59)).default)("82ToolDialog");setInterval((function(){!function(t){const e=$("div.d_author > ul.p_author > li.d_name");t.addUserId(e,"a.p_author_name",s,(()=>document.createElement("br")))}(l),function(t){const e=$("#j_p_postlist > div > div.d_post_content_main > div.core_reply > div.core_reply_wrapper > div.core_reply_content > ul > li.lzl_single_post > div.lzl_cnt");t.addUserId(e,"a.j_user_card",s,null)}(l),function(t){const e=$('[id^="lzl_hidden_"] > li.lzl_single_post > div.lzl_cnt');t.addUserId(e,"a.j_user_card",s,null)}(l)}),1e3)},59:function(t,e,i){var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});const s=n(i(218)),l=n(i(915));e.default=class{constructor(t){const e=document.getElementById(t);null!=e&&e instanceof HTMLDivElement?(this.container=e,this.container.replaceChildren()):(this.container=document.createElement("div"),this.container.id=t,document.body.appendChild(this.container)),this.replyUrl=document.createElement("a"),this.brElement=document.createElement("br"),this.tagManager=new l.default("TagManager"),this.subscribeLevelElement=document.createElement("div"),this.initializeStyles(),this.initializeDialog()}initializeStyles(){this.container.style.position="absolute",this.container.style.zIndex="9999",this.container.style.backgroundColor="#f8f4f4",this.container.style.border="1px solid #ccc",this.container.style.borderRadius="10px",this.container.style.padding="10px",this.container.style.boxShadow="0 4px 6px rgba(0, 0, 0, 0.1)",this.container.style.width="230px",this.container.style.display="none"}initializeDialog(){this.replyUrl.href="#",this.replyUrl.target="_blank",this.replyUrl.textContent="查看用户历史发言",this.container.appendChild(this.replyUrl),this.container.appendChild(this.brElement),this.container.appendChild(this.tagManager.getElement()),this.subscribeLevelElement.style.display="grid",this.subscribeLevelElement.style.gridTemplateColumns="repeat(2, 1fr)",this.subscribeLevelElement.style.gap="10px",this.container.appendChild(this.subscribeLevelElement),$(document).on("click",(t=>{$(t.target).closest("#82ToolDialog").length||$(t.target).closest("span").length||(this.tagManager.close(),this.container.style.display="none")}))}showDialog(t){const e=t.clientX,i=t.clientY,n=window.scrollY||document.documentElement.scrollTop,s=this.container.offsetWidth,l=this.container.offsetHeight;this.container.style.display="none",this.container.style.left=e-s/2+"px",this.container.style.top=i+n-l-10+"px",this.container.style.display="block"}addUserId(t,e,i,n){t.each(((t,l)=>{if(0==$(l).find(`span.${s.default.className}`).length){const t=i(l,e),a=new s.default(t),o=encodeURIComponent(t);a.setOnClick((e=>{this.showDialog(e),this.tagManager.load(t),this.requestDataFrom82Tool(o)})),null!=n&&$(l).prepend(n()),$(l).prepend(a.getElement())}}))}setReplyHref(t){this.replyUrl.href=`https://www.82cat.com/tieba/reply/${t}/1`}addSubscribe(t){this.subscribeLevelElement.replaceChildren(),0==t.length?this.subscribeLevelElement.innerHTML="<span>无查询结果</span>":(t.sort(((t,e)=>e.level-t.level)),t.forEach((t=>{if(t.level>=4){const e=document.createElement("div");e.className="p_badge";const i=Math.min(Math.floor(t.level/5)+1,4);e.innerHTML=`<a class="user_badge d_badge_bright d_badge_icon${i}"><div class="d_badge_title" title="${t.name}" style="overflow: hidden; text-overflow: ellipsis">${t.name}</div><div class="d_badge_lv">${t.level}</div></a>`,this.subscribeLevelElement.appendChild(e)}})))}requestDataFrom82Tool(t){const e=this;GM_xmlhttpRequest({method:"GET",url:`https://www.82cat.com/tieba/forum/${t}/1`,onload:function(i){console.log("成功响应");const n=i.responseText,s=e.getSubscribeTieBa(n);e.setReplyHref(t),e.addSubscribe(s)},onerror:t=>{console.error("请求失败:",t)},ontimeout:()=>{console.error("请求超时")}})}getSubscribeTieBa(t){const e=$(t),i=[];return e.find("tr").each(((t,e)=>{const n=$(e).find("td");if(n.length>=3){const t=n.eq(0).text().trim(),e=n.eq(2).find(".badge").text().trim(),s=parseInt(e,10);isNaN(s)||i.push({name:t,level:s})}})),i}}},915:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default=class{constructor(t){const e=document.getElementById(t);null==e?(this.container=document.createElement("div"),this.container.id=t,this.container.replaceChildren()):this.container=e,this._username=null,this.tagListContainer=document.createElement("div"),this.inputField=document.createElement("input"),this.addButton=document.createElement("button"),this.initialize()}initialize(){this.tagListContainer.style.display="flex",this.tagListContainer.style.flexWrap="wrap",this.tagListContainer.style.gap="10px",this.tagListContainer.style.padding="10px",this.tagListContainer.style.borderRadius="10px",this.tagListContainer.style.backgroundColor="#f0f0f0",this.tagListContainer.style.marginBottom="10px",this.tagListContainer.style.maxWidth="100%",this.tagListContainer.style.boxSizing="border-box",this.container.appendChild(this.tagListContainer),this.inputField.placeholder="输入标签,用分号分隔",this.inputField.style.marginBottom="10px",this.inputField.style.padding="5px",this.inputField.style.width="calc(100% - 85px)",this.inputField.style.border="none",this.inputField.style.outline="none",this.inputField.style.fontSize="14px";const t=document.createElement("div");t.style.height="1px",t.style.backgroundColor="#ccc",t.style.marginBottom="10px",this.container.appendChild(t),this.addButton.textContent="添加标签",this.addButton.style.marginLeft="10px",this.addButton.style.padding="5px",this.addButton.addEventListener("click",(()=>this.addTags())),this.container.appendChild(this.inputField),this.container.appendChild(this.addButton),this.loadTags()}addTags(){const t=this.inputField.value.trim();if(!t)return;const e=t.split(";").map((t=>t.trim())).filter((t=>t));this.addTagsToLocalStorage(e),e.forEach((t=>this.createTag(t))),this.inputField.value=""}addTagsToLocalStorage(t){const e=[...this.getTagsFromLocalStorage(),...t];null!=this._username&&this._username.length>0&&localStorage.setItem(this._username,JSON.stringify(e))}getTagsFromLocalStorage(){if(null==this._username||0==this._username.length)return[];const t=localStorage.getItem(this._username);return t?JSON.parse(t):[]}createTag(t){const e=document.createElement("div");e.className="tag",e.textContent=t,e.style.position="relative",e.style.backgroundColor="red",e.style.color="white",e.style.padding="5px 10px",e.style.borderRadius="15px",e.style.fontSize="14px",e.style.display="inline-flex",e.style.alignItems="center",e.style.maxWidth="200px";const i=document.createElement("span");i.className="closeButton",i.textContent="×",i.style.position="absolute",i.style.top="0",i.style.right="0",i.style.cursor="pointer",i.style.padding="0 5px",i.style.fontWeight="bold",i.addEventListener("click",(()=>this.removeTag(e))),e.appendChild(i),this.tagListContainer.appendChild(e)}removeTag(t){var e;const i=null===(e=t.textContent)||void 0===e?void 0:e.trim();i&&this.removeTagFromLocalStorage(i),t.remove()}removeTagFromLocalStorage(t){const e=this.getTagsFromLocalStorage().filter((e=>e!==t));localStorage.setItem("tags",JSON.stringify(e))}loadTags(){this.getTagsFromLocalStorage().forEach((t=>this.createTag(t)))}getElement(){return this.container}close(){this._username=null,this.tagListContainer.replaceChildren()}load(t){this._username=t,this.loadTags()}}},218:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0});class i{constructor(t){this.container=document.createElement("span"),this.container.className=i.className,this.container.textContent=`🆔${t}`,this.initializeSpanStyles()}initializeSpanStyles(){this.container.style.backgroundColor="#f0e9e9",this.container.style.borderRadius="5px",this.container.style.color="#4e4747",this.container.style.border="solid 1px",this.container.style.borderColor="#e6e6e6",this.container.style.fontWeight="bold",this.container.style.marginRight="8px",this.container.style.display="inline-block",this.container.style.letterSpacing="normal"}setOnClick(t){$(this.container).on("click",(e=>{t(e)}))}getElement(){return this.container}}i.className="UserIdSpan",e.default=i}},e={};!function i(n){var s=e[n];if(void 0!==s)return s.exports;var l=e[n]={exports:{}};return t[n].call(l.exports,l,l.exports,i),l.exports}(725)})();
})();