您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds useful functions to the Game Politics and War
当前为
// ==UserScript== // @name Politics and War Helper 2 // @author Ryahn aka Praximus Cladius // @description Adds useful functions to the Game Politics and War // @include https://politicsandwar.com/* // @version 0.7.0 // @require https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css // @grant GM_setValue // @grant GM_deleteValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @namespace https://github.com/Ryahn/PnWH // ==/UserScript== //Get script versions var d = new Date(); var stamp = d.getTime(); var lastUpdate = GM_getValue("lastUpdate", 0); var pwhThisVersion = GM_info.script.version; console.log("Script Version: " + pwhThisVersion + "\nUpdate: " + lastUpdate + "\nStamp: " + stamp);