try to take over the world!
// ==UserScript==
// @name RemoveBilbiliGrayscale
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author James Young
// @include https://*.bilibili.com/*
// @grant none
// ==/UserScript==
document.getElementsByTagName('html')[0].setAttribute('style','');