Greasy Fork is available in English.

我不想开大会员

B站未来有可能会倒闭,但绝不变质

// ==UserScript==
// @name         我不想开大会员
// @namespace    https://aih.im/
// @version      0.1
// @description  B站未来有可能会倒闭,但绝不变质
// @author       AiHimmel
// @match        *://*.bilibili.com/*
// @grant        none
// @license WTFPL
// ==/UserScript==

(function() {
    'use strict';
    Object.defineProperty(window, "show1080p",{
        set: function(){
        },
        get: function(){
            return function(){}
        }
    });
})();