mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/Api.git
synced 2024-12-23 03:03:45 +08:00
Update localization_web.js
This commit is contained in:
parent
9df37cc348
commit
436ff24ddd
@ -21,13 +21,12 @@
|
|||||||
// @require https://cdn.bootcdn.net/ajax/libs/timeago.js/4.0.2/timeago.full.min.js
|
// @require https://cdn.bootcdn.net/ajax/libs/timeago.js/4.0.2/timeago.full.min.js
|
||||||
// @require https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js
|
// @require https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
window.addEventListener('load', function(event) {
|
|
||||||
// 当页面加载完成时,执行我们的脚本
|
|
||||||
myScript();
|
|
||||||
alltranslate();
|
|
||||||
});
|
|
||||||
var currentUrl = window.location.href;
|
var currentUrl = window.location.href;
|
||||||
|
|
||||||
|
myScript();
|
||||||
|
alltranslate();
|
||||||
|
|
||||||
// 监听页面中的鼠标点击事件
|
// 监听页面中的鼠标点击事件
|
||||||
|
|
||||||
function myScript() {
|
function myScript() {
|
||||||
|
Loading…
Reference in New Issue
Block a user