<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T10:21:33.037Z">
<
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 ENG 407 & 271 vs IND
587 & 427/6 d (Shoaib Bashir 12(12) ) | England vs India, 2nd Test, India tour of England, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ENG 407 & 271 vs IND
587 & 427/6 d (Shoaib Bashir 12(12) ) | England vs India, 2nd Test, India tour of England, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Akash Deep to Brydon Carse, out Caught by Gill!! This time the catch is taken and Akash Deep completes 10 for the match as he leads India to a historic win! Back of a length outside off, Carse looks to slog, slices it in the air and it's the Indian captain under it at cover. He pouches it safely and unleashes an animated celebration. Roars and punches the air before going on to take a stump as a souvenir. Brydon Carse c Gill b Akash Deep 38(48) [4s-5 6s-1]
</p>
<p>
View all overs
</p>
<p>
Jadeja to Bashir, no run, pushed through flat, turning across middle and off, Bashir makes room and cuts to point
</p>
<p>
Jadeja to Bashir, no run, fired in full outside leg, Bashir goes for a big slog-sweep but is beaten as the ball turns square
</p>
<p>
Jadeja to Bashir, no run, too full on leg stump, smothered on the front foot
</p>
<p>
Jadeja to Bashir, no run, fired down leg, Bashir is hit on the pad as he looks to defend
</p>
<p>
Jadeja to Bashir, no run, fuller than a length outside leg, defended forward
</p>
<p>
Jadeja to Bashir, no run, misses off stump by a whisker. Good length ball pitching in the rough outside leg, Bashir goes back to defend, rips past the edge and goes over off
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->