disable mixi mowa

By youpy Last update Oct 19, 2007 — Installed 117 times.
// ==UserScript==
// @name           disable mixi mowa
// @namespace      http://d.hatena.ne.jp/youpy/
// @include        http://mixi.jp/*
// ==/UserScript==

with(unsafeWindow) {
  removeEventListener("load", set_mac_style, false);
}