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 27703b1 commit 6195647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Module/Panel/IP-info/Moore/IP-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +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)\s?|munications?/gi, '')
.replace(/\s+/g, ' ');
return isp.replace(/\s?[,]|\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 6195647

Please sign in to comment.