Greasy Fork is available in English.

微博灰色恢复彩色页面

仅微博灰色恢复彩色颜面

// ==UserScript==
// @name        微博灰色恢复彩色页面
// @description  仅微博灰色恢复彩色颜面
// @match        https://weibo.com/*
// @grant       none
// @version     1.1
// @author      cv
// @namespace https://greasyfork.org/users/692763
// @icon         https://www.google.com/s2/favicons?sz=64&domain=weibo.com
// @license MIT
// ==/UserScript==

(function(){
    document.getElementById('plc_frame').querySelector('style').remove();
    
})();