Created
April 29, 2013 13:13
-
-
Save kav2k/5481502 to your computer and use it in GitHub Desktop.
A quick'n'dirty fix for current chat CSS problems at godville.net (Firefox version)
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 Godville chat fix (Firefox) | |
// @version 1.1 | |
// @namespace tag:Xanos | |
// @description Fixes wraparound in Godville chat | |
// @include http://godville.net/* | |
// @include https://godville.net/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
GM_addStyle('.fr_msg_l { white-space:normal !important; }'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Использование в Firefox: необходимо установить Greasemonkey, далее клик на кнопку "<>" наверху (View raw).