<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-30T21:38:13.595Z">
<
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 GAW 121 vs PRS XI
135 (Imran Tahir 1(1) ) | Guyana Amazon Warriors vs Perth Scorchers XI, 10th Match, Global Super League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'GAW 121 vs PRS XI
135 (Imran Tahir 1(1) ) | Guyana Amazon Warriors vs Perth Scorchers XI, 10th Match, Global Super League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Agar to Shimron Hetmyer, out Bowled!! Shimron Hetmyer b Agar 31(28) [4s-2 6s-1]
</p>
<p>
View all overs
</p>
<p>
Ashton Turner to Shimron Hetmyer, 1 run, to short mid-wicket
</p>
<p>
Ashton Turner to Imran Tahir, 1 run, to sweeper cover
</p>
<p>
Ashton Turner to Matthew Forde, out Caught by D Arcy Short!! Matthew Forde c D Arcy Short b Ashton Turner 0(2)
</p>
<p>
Ashton Turner to Shimron Hetmyer, 1 run, to mid-wicket
</p>
<p>
Ashton Turner to Shimron Hetmyer, FOUR, between extra cover and long-off
</p>
<p>
Ashton Turner to Shimron Hetmyer, no run
</p>
<p>
View all overs
</p>
<p>
D Arcy Short to Matthew Forde, no run
</p>
<p>
D Arcy Short to Dwaine Pretorius, out Bowled!! Dwaine Pretorius b D Arcy Short 0(5)
</p>
<p>
D Arcy Short to Dwaine Pretorius, no run
</p>
<p>
D Arcy Short to Shimron Hetmyer, 1 run, to long-off
</p>
<p>
D Arcy Short to Shimron Hetmyer, SIX, straight down the ground
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->