Greasy Fork is available in English.
try to take over the world!
// ==UserScript==
// @name 怎么都是热搜
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://weibo.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
window.location.replace("https://s.weibo.com/top/summary")
})();