Greasy Fork is available in English.

不要把黑框給我們

Rolling in his grave.

  1. // ==UserScript==
  2. // @name 不要把黑框給我們
  3. // @namespace https://tampermonkey.net/
  4. // @version 0.2
  5. // @license WTFPL
  6. // @description Rolling in his grave.
  7. // @author rotate his glasses
  8. // @match *://*/*
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. GM_addStyle("* {filter: none !important;}");
  16. //GM_addStyle("* {filter: contrast(100%) brightness(100%) sepia(0%) hue-rotate(0deg) grayscale(0%) saturate(100%) !important;}");
  17. })();