<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-15T21:47:40.942Z">
<
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 IND 259 vs BAN
265/8 (Prasidh Krishna 0(2) ) | India vs Bangladesh, Super Fours, 6th Match, Fri, Sep 15, Asia Cup, 2023 | Cricbuzz.com-->
<
script>
let title =
'IND 259 vs BAN
265/8 (Prasidh Krishna 0(2) ) | India vs Bangladesh, Super Fours, 6th Match, Fri, Sep 15, Asia Cup, 2023 | Cricbuzz.com';
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>
Axar's bowling, Jadeja's batting major concern areas for India: Dinesh Karthik
</p>
<p>
Cricbuzz Live Hindi: India v Bangladesh, Super 4, Post-match show
</p>
<p>
Tanzim Hasan Sakib to Shami, out Shami Run Out!! 1 run completed. Never a 2nd there. Yorker dug out to deep backward square leg and Shami is too slow to turn around, rocket throw on top of the stumps to Litton Das and Shami is well out. Bangladesh win by 6 runs. Shami run out (Tanzid Hasan/Litton Das) 6(6) [4s-1]
</p>
<p>
Tanzim Hasan Sakib to Shami, FOUR, the game just about alive. Shami picks the slower ball off-cutter and heaves over mid-wicket, places it in the gap
</p>
<p>
Tanzim Hasan Sakib to Shami, no run, third dot in a row. Another back of the hand slower ball on the stumps, Shami lofts and misses, bounces over the stumps
</p>
<p>
Tanzim Hasan Sakib to Shami, no run, slower ball and well bowled outside off, Shami slogs and misses
</p>
<p>
Tanzim Hasan Sakib to Shami, no run, dug in short on the stumps, Shami pulls and misses, hit on the helmet I think
</p>
<p>
What cost India the Lord's Test? DK & Vaughan answer
</p>
<p>
Repeated batting collapses will concern India: Michael Vaughan
</p>
<p>
Doff my hat to Jadeja for Lord's fight: Kartik
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->