web端偷跑上传 油猴脚本屏蔽

在视频统计信息里看Player Core,如果是Hls7Player (SistersFetcher)就是带P2P功能的,其他的如fMp4Player (Fetch)就没有P2P功能

// ==UserScript==
// @name         干掉B站直播P2P传输
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  干掉B站直播P2P传输
// @author       xfgryujk
// @include      /https?:\/\/live\.bilibili\.com\/?\??.*/
// @include      /https?:\/\/live\.bilibili\.com\/\d+\??.*/
// @include      /https?:\/\/live\.bilibili\.com\/(blanc\/)?\d+\??.*/
// @run-at       document-start
// @grant        none
// ==/UserScript==

(function() {
  delete window.RTCPeerConnection
  delete window.mozRTCPeerConnection
  delete window.webkitRTCPeerConnection
  delete window.RTCDataChannel
  delete window.DataChannel
})();
最后修改:2023 年 06 月 14 日
如果觉得我的文章对你有用,请随意赞赏