// ==UserScript== // @name 爱钱的陈睿叔叔 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 喜欢的话就坚持吧 // @author sinofine the shit donator // @match https://space.bilibili.com/* // @match https://www.bilibili.com/video/* // @icon https://www.google.com/s2/favicons?domain=bilibili.com // @grant none // @downloadURL none // ==/UserScript== window.addEventListener("load",function() { if(location.pathname==="/208259"||location.pathname.startsWith("/208259/")) document.getElementsByClassName("h-forbid")[0].insertAdjacentHTML("afterEnd","
\n 该用户存在较大争议,请谨慎甄别其内容\n
"); new ResizeObserver(()=>{document.querySelectorAll(".bili-avatar").forEach(d=>{ if(!d.querySelector(".bili-avatar-pendent")) d.insertAdjacentHTML("beforeEnd","
\n \"\"\n
")}) }).observe(document.getElementById("comment")) });