NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name B站哔哩哔哩移动端网页增强,自动播放
// @namespace Violentmonkey Scripts
// @match https://m.bilibili.com/video/*
// @grant none
// @version 1.0
// @author -
// @icon https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @description 2025/6/2 00:34:20
// @license MIT
// ==/UserScript==
document.querySelector(".openapp-dialog").style.display = "none"
document.querySelector(".btn").click()
setTimeout(function() {
document.querySelector(".icon-close").click()
document.querySelector(".gsl-poster").style.display = "none"
}, 1000)