Remove alliance new message alert
// ==UserScript==
// @name No New! Alliance
// @description Remove alliance new message alert
// @version 0.1
// @author Talus
// @namespace http://www.knightsradiant.pw/
// @license GPL-3.0-or-later
// @match https://politicsandwar.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.6.0.min.js
// ==/UserScript==
(function(){
var $ = window.jQuery;
$("span:contains('New!')")[0].remove();
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址