<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-04T19:11:22.235Z">
<
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 191/6 (19) vs IND
190/7 (Jacob Bethell 76(46) Jofra Archer 10(7)) | England vs India, 2nd T20I, India tour of England, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ENG 191/6 (19) vs IND
190/7 (Jacob Bethell 76(46) Jofra Archer 10(7)) | England vs India, 2nd T20I, India tour of England, 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>
Arshdeep Singh to Jofra Archer, 2 runs, yorker angling in, squeezed out to deep backward square leg and Vaibhav doesn't even have a real shy to the keeper because he knows the batter will be home and the game is done
</p>
<p>
Arshdeep Singh to Jacob Bethell, 1 run, short delivery on the leg stump, Bethell rocks back and sends it to long leg
</p>
<p>
Arshdeep Singh to Jofra Archer, 1 run, yorker outside off stump, Jofra drives to deep cover
</p>
<p>
Arshdeep Singh to Jofra Archer, 2 runs, yorker on the stumps, tucked behind square. Two, two says Jofra and races back in time
</p>
<p>
Arshdeep Singh to Jofra Archer, FOUR, that's a nice pull shot! Short of a length delivery angling in, Jofra rocks back sends it front of square
</p>
<p>
Arshdeep Singh to Jofra Archer, no run, good length delivery angling in, Archer defends it back to the bowler
</p>
<p>
View all overs
</p>
<p>
Harshit Rana to Jofra Archer, 1 run, slower delivery wide of off, Archer swings hard, gets an inside edge that escapes past the stumps to short fine leg and Harshit Rana thought he almost had him bowled there. Hands on head for him
</p>
<p>
Harshit Rana to Jofra Archer, wide, short delivery on the stumps, Archer lets it go and called wide for height. Harshit Rana not happy, hands on hip for him. Archer tells him that it was high with a smile and Harshit shakes his head in disagreement
</p>
<p>
Harshit Rana to Jofra Archer, no run, short delivery outside off stump, Archer looks to upper cut and misses
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->