Skip to content

Instantly share code, notes, and snippets.

@azu
Created February 18, 2009 13:35
Show Gist options
  • Save azu/66338 to your computer and use it in GitHub Desktop.
Save azu/66338 to your computer and use it in GitHub Desktop.
// ==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