// ==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 https://update.greasyfork.icu/scripts/428149/%E7%88%B1%E9%92%B1%E7%9A%84%E9%99%88%E7%9D%BF%E5%8F%94%E5%8F%94.user.js // @updateURL https://update.greasyfork.icu/scripts/428149/%E7%88%B1%E9%92%B1%E7%9A%84%E9%99%88%E7%9D%BF%E5%8F%94%E5%8F%94.meta.js // ==/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")) });