// ==UserScript== // @id BilibiliWatchlaterRedirect@Laster2800 // @name B站稍后再看重定向 // @version 1.0 // @namespace laster2800 // @author Laster2800 // @description B站稍后再看播放页重定向至常规播放页面 // @include https://www.bilibili.com/watchlater/* // @run-at document-start // @downloadURL none // ==/UserScript== if (/^#\/av/.test(document.location.hash)) document.location.href = "https://www.bilibili.com/video/" + document.location.hash.replace(/^#\//, "");