Last active
November 1, 2018 17:15
-
-
Save likuilin/7a01f652af53d1c62c5a90c9fe352de7 to your computer and use it in GitHub Desktop.
This file contains 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 Pardus Fix White Flashes | |
// @version 0.1 | |
// @author kuilin | |
// @match http*://*.pardus.at/game.php | |
// @updateURL https://gist.github.com/likuilin/7a01f652af53d1c62c5a90c9fe352de7/raw/fix_white_flashes.user.js | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
document.documentElement.style.backgroundColor='#00001C'; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment