| No | タイトル | ステータス | 重要度 | 担当 | 完了予定日 | 更新日時 | 記事数 |
|---|---|---|---|---|---|---|---|
| 40 | #Plugin [Lunascape 正式版] ダミープラグ(イン) | 進行中 | 高 | AO | 未定 | 2010-03-07 12:54 | 11 |
|
|---|
| //ダミープラグ(イン)用ユーザスクリプト //メニューを日本語化する「Japanize」 // ==UserScript== // @name Japanize // @namespace http://japanize.31tools.com/userjs/ // @author Cybozu Labs, Inc. // @include http://*/* // @description Web Application UI Translation Infrastracture // ==/UserScript== (function () { var elem = document.createElement('script'); elem.src = 'http://japanize.31tools.com/userjs/core.js'; document.body.appendChild(elem); })(); |
|