Last active
May 31, 2022 20:13
-
-
Save gyli/2a49803463d72e7b34cfbecad936c0f1 to your computer and use it in GitHub Desktop.
Weee better Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Weee Better Style | |
// @namespace https://gist.github.com/gyli/2a49803463d72e7b34cfbecad936c0f1 | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Guangyang Li | |
// @match https://www.sayweee.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=sayweee.com | |
// @grant GM_addStyle | |
// @run-at document-start | |
// ==/UserScript== | |
GM_addStyle ( | |
'::-webkit-scrollbar { width:16px !important; }' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment