新赚吧

 找回密码
 立即注册
查看: 709|回复: 0

[技巧攻略] 去掉B站专栏复制的小尾巴

[复制链接]
[阿里妈妈] 发表于 2022-12-4 20:13 | 显示全部楼层 |阅读模式
  1. GitHub - xuqifzz/remove-b-tail: 去掉B站专栏复制时的小尾巴
  2. https://github.com/xuqifzz/remove-b-tail
复制代码


  1. https://www.bilibili.com/video/BV1QF411T78M
复制代码



  1. // ==UserScript==
  2. // @name         remove-b-tail
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://www.bilibili.com/read/*
  8. // [url=home.php?mod=space&uid=111117]@icon[/url]         https://www.google.com/s2/favicons?sz=64&domain=hibbard.eu
  9. // @grant        none
  10. // @run-at       document-start
  11. // ==/UserScript==

  12. (function() {
  13.     'use strict';

  14.     HTMLDivElement.prototype.realAddEventListener = HTMLAnchorElement.prototype.addEventListener;
  15.     HTMLDivElement.prototype.addEventListener = function(a,b,c){
  16.         if(a =="copy") return;
  17.         return this.realAddEventListener(a,b,c);
  18.     };
  19. })();
复制代码
回复

使用道具 举报

温馨提示:如果需要上传图片,可以点击右边的高级模式试一下!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系站长|小黑屋|新赚吧 ( 粤ICP备12087818号 )

GMT+8, 2024-5-16 18:34 , Processed in 0.038340 second(s), 19 queries .

Powered by Discuz!

Copyright © 2021-2023 见闻鹿科技 .

快速回复 返回顶部 返回列表