// ==UserScript== // @name 微博登陆跳转 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://weibo.com/nguide/interests // @grant none // @downloadURL https://update.greasyfork.icu/scripts/410936/%E5%BE%AE%E5%8D%9A%E7%99%BB%E9%99%86%E8%B7%B3%E8%BD%AC.user.js // @updateURL https://update.greasyfork.icu/scripts/410936/%E5%BE%AE%E5%8D%9A%E7%99%BB%E9%99%86%E8%B7%B3%E8%BD%AC.meta.js // ==/UserScript== (function() { 'use strict'; window.location.href = window.location.host // Your code here... })();