Skip to content

Commit

Permalink
更新 IP-1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cc63 authored Jun 3, 2024
1 parent 47b6701 commit aa49042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module/Panel/IP-info/Moore/IP-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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+\s|Hong Kong|Mass internet|Communications?|Company|information|international|Technolog(?:y|ies)|ESolutions?|Services Limited)\b|\(.*\)|[,])|munications?/gi, '');
}

0 comments on commit aa49042

Please sign in to comment.