From 381bca0c65a224ab5b0fe582557ebe48552de0dd Mon Sep 17 00:00:00 2001 From: cc63 <99179360+cc63@users.noreply.github.com> Date: Tue, 4 Jun 2024 01:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20IP-1.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Module/Panel/IP-info/Moore/IP-1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module/Panel/IP-info/Moore/IP-1.js b/Module/Panel/IP-info/Moore/IP-1.js index 6514457f..ffd47fde 100644 --- a/Module/Panel/IP-info/Moore/IP-1.js +++ b/Module/Panel/IP-info/Moore/IP-1.js @@ -41,5 +41,5 @@ function getFlagEmoji(countryCode) { } function cleanIspInfo(isp) { - return isp.replace(/\s-|\.$|\s?(?:\b(?:AS\d+\s|Hong Kong|Mass internet|Communications?|Company|information|international|Technolog(?:y|ies)|ESolutions?|Services Limited)\b|\(.*\)|,)|munications?/gi, ''); + return isp.replace(/\s-|\.$|\s?(?:\b(?:(?:^(AS\d+|Hong Kong))\s|Hong Kong|Mass internet|Communications?|Company|information|international|Technolog(?:y|ies)|ESolutions?|Services Limited)\b|\(.*\)|,)|munications?/gi, ''); }