Skip to content

Instantly share code, notes, and snippets.

@likuilin
Last active November 1, 2018 17:15
Show Gist options
  • Save likuilin/7a01f652af53d1c62c5a90c9fe352de7 to your computer and use it in GitHub Desktop.
Save likuilin/7a01f652af53d1c62c5a90c9fe352de7 to your computer and use it in GitHub Desktop.
// ==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