<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-13T18:11:57.847Z">
<
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 IRE 301 vs AFG
343/9 (Liam McCarthy 8(9) ) | Ireland vs Afghanistan, 4th ODI, Afghanistan tour of Ireland, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IRE 301 vs AFG
343/9 (Liam McCarthy 8(9) ) | Ireland vs Afghanistan, 4th ODI, Afghanistan tour of Ireland, 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>
View all overs
</p>
<p>
Ahmadzai to Byron McDonough, out Caught by Sediqullah Atal!! What a catch by Sediqullah to end the game. Taken right on the boundary. McDonough flicks it up in the air, times it really well and the ball flies straight to him at deep mid-wicket. Sediqullah keeps his eyes on the ball and takes the catch just inside the boundary rope. Stay calm and completes the catch. Handshakes allround as Afghanistan win by 42 runs. Byron McDonough c Sediqullah Atal b Ahmadzai 3(3)
</p>
<p>
Ahmadzai to Byron McDonough, 2 runs, 300 up for Ireland. McDonough opens the bat face and steers it past deep point for a brace
</p>
<p>
Ahmadzai to Liam McCarthy, 1 run, yorker on off, driven to cover for a risky single
</p>
<p>
Ahmadzai to Liam McCarthy, FOUR, short delivery on middle, McCarthy goes on the back foot and gives it all as he pulls it to deep mid-wicket
</p>
<p>
Ahmadzai to Byron McDonough, 1 run, full on the pads, flicked to the on-side
</p>
<p>
Ahmadzai to Byron McDonough, wide, short and well outside off, wide called
</p>
<p>
Ahmadzai to Curtis Campher, out Caught by Rahmat Shah!! End of a fine knock from Campher. He gave Ireland an outside chance with his knock. Has to depart now as he tries to go over covers. Ahmadzai bowls it very wide of off making him reach out for the ball and ends up hitting it of the toe end to covers. Rahmat settles under a skier and takes a good catch. Curtis Campher c Rahmat Shah b Ahmadzai 84(46) [4s-8 6s-5]
</p>
<p>
View all overs
</p>
<p>
Zia Ur Rahman Sharifi to Liam McCarthy, no run, angling into the left-hander, McCarthy tucks it to mid-wicket
</p>
<p>
Zia Ur Rahman Sharifi to Curtis Campher, 1 run, yorker outside off, Campher digs it out to the off-side
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->