去掉B站专栏复制的小尾巴

新赚吧 2022-12-04 00:00:00


GitHub - xuqifzz/remove-b-tail: 去掉B站专栏复制时的小尾巴 ==UserScript==// @name         remove-b-tail// @namespace    @version      0.1// @description  try to take over the world!// @author       You// @match        *// [url=home.php?mod=space&uid=111117]@icon[/url]          @grant        none// @run-at       document-start// ==/UserScript==(function() {    'use strict';    HTMLDivElement.prototype.realAddEventListener = HTMLAnchorElement.prototype.addEventListener;    HTMLDivElement.prototype.addEventListener = function(a,b,c){        if(a ==copy) return;        return this.realAddEventListener(a,b,c);    };})();


原文链接