<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-01T20:58:43.520Z">
<
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 OVL 168/7 (100) vs LDN
171/6 (Sunil Narine 9(7) Danny Briggs 29(11)) | Oval Invincibles vs London Spirit, 2nd Match, The Hundred Mens Competition 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'OVL 168/7 (100) vs LDN
171/6 (Sunil Narine 9(7) Danny Briggs 29(11)) | Oval Invincibles vs London Spirit, 2nd Match, The Hundred Mens Competition 2022 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>
Thompson to Narine, leg byes, 1 run, yorker on the pads, Narine misses the flick and the ball hits his pad. Rossington - the keeper - makes a diving stop to his right. London Spirit win by 3 runs!
</p>
<p>
Thompson to Narine, wide, 83mph, length ball down leg, Narine swivels and misses the pull
</p>
<p>
Thompson to Briggs, 1 run, pitched up, driven to sweeper cover
</p>
<p>
Thompson to Briggs, 2 runs, pitched up, stays leg-side of the ball and drives through backward point
</p>
<p>
Thompson to Briggs, FOUR, four more! Thompson bowls another full delivery and Briggs chips it over jumping Pollard at mid-off. The fielder might have got fingertips on it but the ball has enough legs to dribble away for four
</p>
<p>
Thompson to Briggs, FOUR, edged and four! Full delivery outside off, Briggs drives and gets a thick outside edge that eludes the diving keeper beating him to his right. Races away to third man for four
</p>
<p>
C Wood to Briggs, FOUR, 74mph, goes for the wide yorker does Wood. Briggs throws his bat at it and gets some wood on it as he squeezes it fine of the fielder at short third man. 20 runs off the last five balls!
</p>
<p>
C Wood to Briggs, 2 runs, lifts this full delivery over extra cover and Pollard runs to his left from long-off to cut it off
</p>
<p>
C Wood to Narine, 1 run, yorker, jammed down to long-off
</p>
<p>
C Wood to Narine, wide, another wide. This one was probably inside the tramline. Yes it was. Narine left it alone and the umpire got it wrong
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->