<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-14T19:17:53.073Z">
<
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 AUS 277/9 (49.3) vs BAN
274/5 (Adam Zampa 4(5) Riley Meredith 2(4)) | Bangladesh vs Australia, 3rd ODI, Australia tour of Bangladesh, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'AUS 277/9 (49.3) vs BAN
274/5 (Adam Zampa 4(5) Riley Meredith 2(4)) | Bangladesh vs Australia, 3rd ODI, Australia tour of Bangladesh, 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>
Taskin Ahmed to Adam Zampa, FOUR, Adam Zampa hits the winning runs! Australia deny Bangladesh a clean sweep. This was pitched up by the bowler outside off and Adam Zampa creams it through covers to take Australia over the line. Still can't believe this went right down to the wire after Australia needed 9 runs off the final 5 overs
</p>
<p>
Taskin Ahmed to Adam Zampa, no run, well executed yorker by Taskin Ahmed and Adam Zampa digs it out somehow
</p>
<p>
Taskin Ahmed to Riley Meredith, 1 run, back of a length delivery outside off, Riley Meredith steers it through point for a single. Anyone up for a Super over? A tie results in a Super over. Australia need 2 runs in 5 balls
</p>
<p>
View all overs
</p>
<p>
Mustafizur Rahman to Riley Meredith, 1 run, ends the over with a cutter, Riley Meredith gets a leading edge through point for a single
</p>
<p>
Mustafizur Rahman to Riley Meredith, no run, back of a length delivery around middle and leg, Riley Meredith clips it towards the leg-side with soft hands
</p>
<p>
Mustafizur Rahman to Riley Meredith, no run, good length delivery from round the wicket, shapes away slightly as Riley Meredith gets beaten on the outside edge. Bangladesh have reviewed the on-field decision! It's a review for a caught behind. Original decision is not out, reckons the third umpire. He has a look at the replays and confirms there's no bat involved. Flat line on UltraEdge and the batter is safe
</p>
<p>
Mustafizur Rahman to Cooper Connolly, out Bowled!! Chopped on! Dhaka erupts as Mustafizur Rahman gets the set batsman. Pitched up by the bowler outside off, a slower delivery, Cooper Connolly goes for a flashy drive and gets an inside edge onto the stumps. From 266/5, Australia have collapsed to 271/9. Unbelievable! The crowd is absolutely loving it. Cooper Connolly b Mustafizur Rahman 149(134) [4s-13 6s-6]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->