Skip to content

Instantly share code, notes, and snippets.

@gyli
Last active May 31, 2022 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyli/2a49803463d72e7b34cfbecad936c0f1 to your computer and use it in GitHub Desktop.
Save gyli/2a49803463d72e7b34cfbecad936c0f1 to your computer and use it in GitHub Desktop.
Weee better Style
// ==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