Greasy Fork

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")
})();