// ==UserScript== // @name Fuck Weibo // @namespace http://imspace.cn/ // @version 0.1 // @description Stupid Weibo no more recommend! // @author space // @match https://weibo.com/nguide/interests // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; location.replace('https://weibo.com/'); // Your code here... })();