<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-05T23:49:32.727Z">
<
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 NZ 281/8 (48.1) vs PAK
280/9 (Tim Southee 0(1) Glenn Phillips 63(42)) | Pakistan vs New Zealand, 3rd ODI, Fri, Jan 13, New Zealand tour of Pakistan, 2022-23 | Cricbuzz.com-->
<
script>
let title =
'NZ 281/8 (48.1) vs PAK
280/9 (Tim Southee 0(1) Glenn Phillips 63(42)) | Pakistan vs New Zealand, 3rd ODI, Fri, Jan 13, New Zealand tour of Pakistan, 2022-23 | 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>
Mohammad Hasnain to Glenn Phillips, 1 run, that's it! NZ win their maiden ODI series against Pakistan in Pakistan! Length ball on middle, he tucks it in front of mid-wicket and takes his side to a famous victory
</p>
<p>
Mohammad Hasnain to Glenn Phillips, wide, A lot of extras at the end has proved to be Pakistan's undoing! Scores are level now! Too wide outside off, Glenn Phillips slashes at it but misses
</p>
<p>
L2 0 2 L1 W 0 (5 runs)NZ 279-8Tim Southee0(1)Glenn Phillips62(41)Mohammad Wasim Jr5-0-35-2
</p>
<p>
Mohammad Wasim Jr to Southee, no run, length ball on off, Southee tries to tuck it but the ball strikes his thigh bad and lobs up. All the fielders cirlcle the batter
</p>
<p>
Mohammad Wasim Jr to Ish Sodhi, out Caught by Agha Salman!! Another one bites the dust! It's proving to be a dramatic finish to the series. Still 2 needed and NZ only have 2 wickets in hand. Good length ball in line of the stumps, Ish Sodhi backs away a touch and tries to clear mid-on but he ends up just chipping it in the air. Salman moves to his right and takes a smart catch. Ish Sodhi c Agha Salman b Mohammad Wasim Jr 0(9)
</p>
<p>
Mohammad Wasim Jr to Glenn Phillips, leg byes, 1 run, tailing in, Glenn Phillips fails to clip it and the ball deflects off his pads to the off-side
</p>
<p>
Mohammad Wasim Jr to Glenn Phillips, 2 runs, searing in on middle, Glenn Phillips turns it through square leg. He immediately calls for the second and is really quick to come back for the second. Only 3 needed from 15
</p>
<p>
Mohammad Wasim Jr to Glenn Phillips, no run, short ball outside off, Glenn Phillips slashes it to the man at covers, couldn't find the gap
</p>
<p>
Mohammad Wasim Jr to Glenn Phillips, leg byes, goes for the yorker but the line is awry, sprays it on the pads as the ball deflects off his pads and goes through square leg
</p>
<p>
Over Summary: L2 0 2 L1 W 0 (5 runs)Tim Southee0(1)Glenn Phillips62(41)Tim Southee0(1)Tim SoutheeGlenn PhillipsMohammad Wasim Jr NZ 279-80(1)Glenn Phillips62(41)62(41)Mohammad Wasim Jr5-0-35-25-0-35-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->