不要自动连播

关闭B站自动连播

// ==UserScript==
// @name         不要自动连播
// @namespace    mscststs
// @version      0.1
// @description  关闭B站自动连播
// @author       mscststs
// @match        *://*.bilibili.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @license      ISC
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    window.localStorage["recommend_auto_play"] = "close"
})();