Skip to content

Instantly share code, notes, and snippets.

@kav2k
Created April 29, 2013 13:13
Show Gist options
  • Save kav2k/5481502 to your computer and use it in GitHub Desktop.
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)
// ==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; }');
@kav2k
Copy link
Author

kav2k commented Apr 29, 2013

Использование в Firefox: необходимо установить Greasemonkey, далее клик на кнопку "<>" наверху (View raw).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment