<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-05T23:35:21.861Z">
<
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 | India vs England, 2nd Semi-Final, ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | India vs England, 2nd Semi-Final, 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>
W1 1 1 6 Wd 6 6 (22 runs)ENG 246-7Jofra Archer19(4)Jamie Overton2(3)Shivam Dube1-0-22-0
</p>
<p>
Shivam Dube to Jofra Archer, SIX, three sixes in the final over from Archer. Makes it 34 for the match. An absolute slugfest of a semifinal at the Wankhede ends with India prevailing by 7 runs. The defending champions are through to the final where they will face New Zealand in Ahmedabad
</p>
<p>
Shivam Dube to Jofra Archer, SIX, another one deposited over the long-off boundary by Archer! Full toss again, he swings hard and gets a good piece of it
</p>
<p>
Shivam Dube to Jofra Archer, wide, too wide outside off, left alone
</p>
<p>
Shivam Dube to Jofra Archer, SIX, misses the yorker, offers a full toss and gets belted over long-off
</p>
<p>
Shivam Dube to Jamie Overton, 1 run, another good yorker, after a hectic 39 overs, this final over is the most relaxed one of the game. Overton picks up a single to cover
</p>
<p>
Shivam Dube to Jofra Archer, 1 run, Dube executes the yorker, Archer squeezes it off the toe-end on the crease, only a single
</p>
<p>
Over Summary: W1 1 1 6 Wd 6 6 (22 runs)Jofra Archer19(4)Jamie Overton2(3)Jofra Archer19(4)Jofra ArcherJamie OvertonShivam Dube ENG 246-719(4)Jamie Overton2(3)2(3)Shivam Dube1-0-22-01-0-22-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->