<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-26T03:49:55.917Z">
<
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 | New Zealand vs Sri Lanka, 46th Match, Super 8 Group 2 (Y2 v Y4), ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | New Zealand vs Sri Lanka, 46th Match, Super 8 Group 2 (Y2 v Y4), 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>
0 1 0 W 1 1 (3 runs)SL 107-8Dushmantha Chameera7(12)Maheesh Theekshana1(1)Glenn Phillips4-0-21-1
</p>
<p>
Glenn Phillips to Dushmantha Chameera, 1 run, Sri Lanka are knocked out. Malinga and Sanath have sorry disappointed expressions on their faces. It's tossed up and on a length outside off, Dushmantha Chameera comes down the track and swipes at it, just a single to deep mid-wicket and it's a big win for New Zealand
</p>
<p>
Glenn Phillips to Maheesh Theekshana, 1 run, tossed up full and Maheesh Theekshana comes down the track to drill it hard and straight to long-off
</p>
<p>
Glenn Phillips to Dunith Wellalage, out Caught by Rachin Ravindra!! Good catch that as Ravindra seemed to have run in too quickly from deep backward square-leg. It's tossed up full on middle, Dunith Wellalage sweeps and the top-edge is found, Ravindra charges in, then adjusts and reverse-cups that. Glenn Phillips is thrilled with that wicket. Dunith Wellalage c Rachin Ravindra b Glenn Phillips 29(23) [4s-2 6s-1]
</p>
<p>
Glenn Phillips to Dunith Wellalage, no run, Chapman with good work in the deep. It's tossed up full on middle, Dunith Wellalage with the slogsweep and Chapman runs to his left at deep mid-wicket and even though he is off-balance, he manages to push it back. The left leg was close to the cushions but there was no contact with it. The batters don't run as Wellalage wants the strike
</p>
<p>
Glenn Phillips to Dushmantha Chameera, 1 run, tossed up full outside off, Dushmantha Chameera comes down the track and is not to the pitch of the ball but flicks to backward square-leg
</p>
<p>
Over Summary: 0 1 0 W 1 1 (3 runs)Dushmantha Chameera7(12)Maheesh Theekshana1(1)Dushmantha Chameera7(12)Dushmantha ChameeraMaheesh TheekshanaGlenn Phillips SL 107-87(12)Maheesh Theekshana1(1)1(1)Glenn Phillips4-0-21-14-0-21-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->