Greasy Fork

Greasy Fork is available in English.

删除b站动态的红点

有时候删都删不掉的,看着烦

当前为 2021-11-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         删除b站动态的红点
// @namespace    DuckBurnIncense
// @version      0.0.2
// @description  有时候删都删不掉的,看着烦
// @author       DuckBurnIncense
// @match        *://t.bilibili.com/*
// @run-at       document-end
// @license      MIT
// ==/UserScript==



//classVal = classVal.replace("someClassName","");
document.getElementByClass("red-dot").setAttribute("class","" );