Web Application UI Translation Infrastracture
当前为
// ==UserScript==
// @name Japanize.mod
// @namespace net.mylingual.japanze
// @author Cybozu Labs, Inc.
// @include http://*/*
// @description Web Application UI Translation Infrastracture
// @version 0.0.1.20161013204533
// ==/UserScript==
(function () {
var elem = document.createElement('script');
//elem.src = 'http://japanize.31tools.com/userjs/core.js';
elem.src = 'http://japanize.mylingual.net/userjs/core.js';
document.body.appendChild(elem);
})();