Created
February 18, 2009 13:35
-
-
Save azu/66338 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 どう書く?org - lang | |
// @namespace http://web.zgo.jp/ | |
// @description どう書く?org - langページでお題だけを表示する | |
// @include http://ja.doukaku.org/lang/* | |
// ==/UserScript== | |
var style = | |
<><![CDATA[ | |
.comment_content{ | |
display:none; | |
} | |
]]></>; | |
GM_addStyle(style); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment