Skip to content

Commit

Permalink
Update IP-1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cc63 authored May 24, 2024
1 parent 2ae646a commit c5941ef
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,6 +41,6 @@ function getFlagEmoji(countryCode) {
}

function cleanIspInfo(isp) {
return isp.replace(/\s?[,]|\s\-|\.$|\(.*\)|(\b(Hong Kong|Mass internet|Communications?|Company|information|international|Technolog(y|ies)|ESolutions?|Services Limited)\b)\s?|munications?/gi, '')
return isp.replace(/\s?[,]|\s\-|\.$|\(.*\)|(\b(Hong Kong|Mass internet|Test|Communications?|Company|information|international|Technolog(y|ies)|ESolutions?|Services Limited)\b)\s?|munications?/gi, '')
.replace(/\s+/g, ' ');
}

0 comments on commit c5941ef

Please sign in to comment.