// ==UserScript== // @name Scroll To Video Top // @namespace https://space.bilibili.com/6727237 // @version 1.4 // @description:zh-cn 0px on top // @author 尺子上的彩虹 // @match https://www.bilibili.com/video/* // @match https://www.bilibili.com/bangumi/play/* // @grant none // @description 0px on top // @downloadURL none // ==/UserScript== var windyfunction=function() { if (document.location.href.match('bangumi')){ document.getElementById("app").style.marginTop="20px" window.scrollTo(0,76) } else if (document.location.href.match('video')) { window.scrollTo(0,152) } else if (document.location.href.match('play')) { window.scrollTo(0,76) }}; setInterval( function (){ //bilibili-player-video-btn bilibili-player-video-btn-widescreen document.getElementsByClassName('squirtle-widescreen-wrap')[0].addEventListener('click',windyfunction); for(var v=0;v