Rolling in his grave.
// ==UserScript==
// @name 不要把黑框給我們
// @namespace https://tampermonkey.net/
// @version 0.2
// @license WTFPL
// @description Rolling in his grave.
// @author rotate his glasses
// @match *://*/*
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
GM_addStyle("* {filter: none !important;}");
//GM_addStyle("* {filter: contrast(100%) brightness(100%) sepia(0%) hue-rotate(0deg) grayscale(0%) saturate(100%) !important;}");
})();