// ==UserScript== // @name B站SEO页面重定向 // @version 1.0.2.20210817 // @namespace laster2800 // @author Laster2800 // @icon https://www.bilibili.com/favicon.ico // @homepage https://greasyfork.org/zh-CN/scripts/430227 // @supportURL https://greasyfork.org/zh-CN/scripts/430227/feedback // @description 从B站 SEO 页面重定向至常规页面 // @license LGPL-3.0 // @include *://www.bilibili.com/s/video/* // @grant none // @run-at document-start // @downloadURL none // ==/UserScript== location.replace(location.href.replace('/s', ''))