Skip to content

Commit

Permalink
Merge pull request #145 from yk271/patch-1
Browse files Browse the repository at this point in the history
Update Bing
  • Loading branch information
lmc999 authored Aug 1, 2024
2 parents 258b198 + c9854ed commit 2b2f689
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4560,6 +4560,13 @@ function RegionTest_Bing() {
return
fi

local isRisky=$(echo "$tmpresult" | grep 'sj_cook.set("SRCHHPGUSR","HV"')

if [ -n "$isRisky" ]; then
echo -n -e "\r Bing Region:\t\t\t\t${Font_Yellow}${region} (Risky)${Font_Suffix}\n"
return
fi

echo -n -e "\r Bing Region:\t\t\t\t${Font_Green}${region}${Font_Suffix}\n"
}

Expand Down

0 comments on commit 2b2f689

Please sign in to comment.