<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T18:00:10.188Z">
<
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 IRE 101 vs SL
171/7 (Simi Singh 5(9) ) | Sri Lanka vs Ireland, 8th Match, Group A, ICC Mens T20 World Cup 2021 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IRE 101 vs SL
171/7 (Simi Singh 5(9) ) | Sri Lanka vs Ireland, 8th Match, Group A, ICC Mens T20 World Cup 2021 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>
Karunaratne to Joshua Little, out Bowled!! SL win by 70 runs! That was a fuller ball at the sticks and Joshua Little wanted to paddle it fine. He was too much across the sticks and missed the paddle to be clean bowled. Big win for SL and they are almost through to the next round thanks to the performance tonight. Joshua Little b Karunaratne 1(3)
</p>
<p>
Karunaratne to Simi Singh, 1 run, Simi Singh chips down the track and drives the ball to cover for a single
</p>
<p>
Karunaratne to Simi Singh, no run, fuller delivery, down leg, Simi Singh misses the clip as the ball goes off the pads to the keeper
</p>
<p>
View all overs
</p>
<p>
Chameera to Joshua Little, no run, right up there outside off, Joshua Little looks to big and misses
</p>
<p>
Chameera to Simi Singh, 1 run, short ball, Simi Singh pulls that off the cue-end of the bat into the on-side for a single as the man at mid-wicket cuts it off
</p>
<p>
Chameera to Simi Singh, no run, looks to go big and gets an inside edge on to the pads
</p>
<p>
Chameera to Simi Singh, no run, fuller delivery outside off and Simi Singh slogs that but finds the fielder on the on-side
</p>
<p>
Chameera to Joshua Little, 1 run, another one in the yorker zone and has been dug out to long-on
</p>
<p>
Chameera to Young, out Bowled!! Right up there and Young misses the line to be clean bowled. The inch perfect yorker bowled at a good pace and the batter wasn't up to it. Ireland are going down like a lead balloon. Lanka have been clinical with the ball. Young b Chameera 1(6)
</p>
<p>
View all overs
</p>
<p>
Hasaranga to Simi Singh, no run, tossed up delivery and driven back to the bowler, who dives and stops it
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->