你可能进了个假贴吧,此脚本用来打醒谷歌,进入真贴吧
// ==UserScript== // @name Google Tieba (no wefan no) // @namespace http://nobaiduno.net/ // @version 0.1 // @description 你可能进了个假贴吧,此脚本用来打醒谷歌,进入真贴吧 // @author yui // @match https://wefan.baidu.com/* // @icon https://www.google.com/s2/favicons?domain=baidu.com // @grant none // ==/UserScript== (function() { 'use strict'; var url=window.location.href; var newurl=url.replace(/wefan/i,"tieba"); window.location.href=newurl })();