<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-24T23:30:06.211Z">
<
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 Cricket commentary | England vs Pakistan, 45th Match, Super 8 Group 2 (Y1 v Y3), ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | England vs Pakistan, 45th Match, Super 8 Group 2 (Y1 v Y3), ICC Men's T20 World Cup 2026';
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>
Salman Mirza to Jofra Archer, FOUR, England win by 2 wickets and are through to the semi-final! This was a short ball by Salman Mirza from round the wicket and pulled it through mid-wicket. There was a fielder sprinting across in the deep, but he couldn't get there. Customary handshakes between the players as they start walking back..
</p>
<p>
W 1 0 0 W 1 (2 runs)ENG 162-8Jofra Archer1(1)Liam Dawson1(1)Mohammad Nawaz3-0-26-2
</p>
<p>
Mohammad Nawaz to Jofra Archer, 1 run, pushed past Mohammad Nawaz as they take a single
</p>
<p>
Mohammad Nawaz to Jamie Overton, out Stumped!! What is happening out there? Jamie Overton advances down the wicket to play this loopy delivery, gets beaten and the keeper takes off the bails in a flash. Jamie Overton has no chance to get back in. This is not over yet. They required 5 runs in 2 overs, but they have scored only a single in this over so far. Is this going down to a Super over folks? 4 runs needed in 7 balls - 2 wickets remaining.. Jamie Overton st Usman Khan b Mohammad Nawaz 0(3)
</p>
<p>
Mohammad Nawaz to Jamie Overton, no run, drifting on the pads, flicked to mid-wicket by Jamie Overton. Dawson who wanted a single, is sent back by Overton
</p>
<p>
Mohammad Nawaz to Jamie Overton, no run, flatter through the air as Jamie Overton knocks this back to the bowler
</p>
<p>
Mohammad Nawaz to Liam Dawson, 1 run, short and wide outside off, Liam Dawson slaps it through covers for a single
</p>
<p>
Over Summary: W 1 0 0 W 1 (2 runs)Jofra Archer1(1)Liam Dawson1(1)Jofra Archer1(1)Jofra ArcherLiam DawsonMohammad Nawaz ENG 162-81(1)Liam Dawson1(1)1(1)Mohammad Nawaz3-0-26-23-0-26-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->