// ==UserScript== // @license MIT // @name Bilibili SEO页面 重定向 // @description Bilibili SEO页面 重定向到普通页面 // @run-at document-start // @match *//www.bilibili.com/s/video/* // @version 0.0.1.20211129061138 // @namespace https://greasyfork.org/users/710514 // @downloadURL none // ==/UserScript== window.location.replace(location.href.replace('/s',''));