Skip to content

Commit

Permalink
Update Bing
Browse files Browse the repository at this point in the history
  • Loading branch information
yk271 authored Jul 25, 2024
1 parent 8a6b5c3 commit c9854ed
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 c9854ed

Please sign in to comment.