<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-01T18:37:44.865Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match GG 130 vs SW
151/7 (Sanchit Sharma 6(8) ) | Gulf Giants vs Sharjah Warriors, 14th Match, International League T20, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'GG 130 vs SW
151/7 (Sanchit Sharma 6(8) ) | Gulf Giants vs Sharjah Warriors, 14th Match, International League T20, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Naveen-ul-Haq to Richard Gleeson, out Bowled!! Cleans him up with a slower full delivery. Richard Gleeson fails to read it and loses his off-stump. Game over. It's a five-for Naveen-ul-Haq. Sharjah Warriors win by 21 runs and hand Gulf Giants their first defeat of the season. Richard Gleeson b Naveen-ul-Haq 0(1)
</p>
<p>
Naveen-ul-Haq to Jordan, out Caught by Nabi!! Looks to go leg-side this time and Jordan gets it off the top-edge to the right of long-on. It was a slower ball from Naveen-ul-Haq Naveen-ul-Haq and he did well to pull the length back as well. Jordan c Nabi b Naveen-ul-Haq 37(26) [4s-2 6s-2]
</p>
<p>
Naveen-ul-Haq to Jordan, SIX, this is even better! Chris Jordan is absolutely it smoking it off the middle. Too full in the zone, he holds his shape and lifts it dead straight for another mighty maximum
</p>
<p>
Naveen-ul-Haq to Jordan, SIX, clean as a whistle! Length ball in the slot outside off, Jordan clears his front leg and tonks it many-a-mile over long-off
</p>
<p>
View all overs
</p>
<p>
Junaid Siddique to Sanchit Sharma, no run, slower and fuller outside off, Sanchit Sharma looks to slog and gets beaten for lack of pace
</p>
<p>
Junaid Siddique to Jordan, 1 run, low full toss on leg-stump, Jordan makes room and drives it to the right of long-off
</p>
<p>
Junaid Siddique to Sanchit Sharma, 1 run, slower short ball outside off, Sharma slaps it off the cue end to cover
</p>
<p>
Junaid Siddique to Jordan, 1 run, yorker on leg-stump, Jordan squeezes it off the inside edge to the right of short fine leg
</p>
<p>
Junaid Siddique to Sanchit Sharma, 1 run, slogs and gets an inside edge to fine leg
</p>
<p>
Junaid Siddique to Jordan, 1 run, powered away to sweeper cover
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->