// ==UserScript== // @name 我不想开大会员 // @namespace https://aih.im/ // @version 0.1 // @description B站未来有可能会倒闭,但绝不变质 // @author AiHimmel // @match *://*.bilibili.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; Object.defineProperty(window, "show1080p",{ set: function(){ }, get: function(){ return function(){} } }); })();