Greasy Fork 支持简体中文。

B站SEO页面重定向

从B站 SEO 页面重定向至常规页面

安裝腳本?
作者推薦腳本

您可能也會喜歡 B站稍后再看功能增强

安裝腳本
// ==UserScript==
// @name            B站SEO页面重定向
// @version         1.0.7.20220708
// @namespace       laster2800
// @author          Laster2800
// @description     从B站 SEO 页面重定向至常规页面
// @icon            https://www.bilibili.com/favicon.ico
// @homepageURL     https://greasyfork.org/zh-CN/scripts/430227
// @supportURL      https://greasyfork.org/zh-CN/scripts/430227/feedback
// @license         LGPL-3.0
// @noframes
// @include         *://www.bilibili.com/s/video/*
// @grant           none
// @run-at          document-start
// ==/UserScript==

location.replace(location.href.replace('/s', ''))