// ==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);
})();
