<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-14T15:19:11.984Z">
<
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 SL 292/4 (48.3) vs AUS
291/6 (Chamika Karunaratne 0(2) Charith Asalanka 13(12)) | Sri Lanka vs Australia, 3rd ODI, Sun, Jun 19, Australia tour of Sri Lanka, 2022 | Cricbuzz.com-->
<
script>
let title =
'SL 292/4 (48.3) vs AUS
291/6 (Chamika Karunaratne 0(2) Charith Asalanka 13(12)) | Sri Lanka vs Australia, 3rd ODI, Sun, Jun 19, Australia tour of Sri Lanka, 2022 | 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>
Hazlewood to Asalanka, 1 run, knocks this full toss through midwicket and Sri Lanka complete their highest chase at the Premadasa to go ahead in the series
</p>
<p>
Hazlewood to Asalanka, SIX, the crowd find their voice again as Asalanka smashes this over the ropes. Clears the front leg to a full one and smokes it over midwicket. Scores level
</p>
<p>
Hazlewood to Asalanka, no run, Hazlewood now who finds the blockhole, Asalanka digs it out. It's been a string of dots here
</p>
<p>
W 1 0 W 0 0 (1 runs)SL 285-4Chamika Karunaratne0(2)Charith Asalanka6(9)Jhye Richardson9-0-39-2
</p>
<p>
J Richardson to Karunaratne, no run, looks for the yorker around off, ends up being a half-volley and Karunaratne drives to mid-off
</p>
<p>
J Richardson to Karunaratne, no run, full toss on off, driven to mid-on
</p>
<p>
J Richardson to Shanaka, out Bowled!! Cleans him up with a brilliant yorker! Shanaka is beaten for pace and it smashes into the base of middle. Crowd has been silenced briefly. It's just 7 to go though with 14 balls left. Shanaka b J Richardson 0(2)
</p>
<p>
J Richardson to Shanaka, no run, right in the blockhole on middle, Shanaka digs it out
</p>
<p>
J Richardson to Asalanka, 1 run, squeezed wide of point
</p>
<p>
J Richardson to Nissanka, out Caught by Warner!! Mistimes the lofted shot over mid-off, Warner runs back and casually plucks it one-handed on the run. Nissanka is applauded on the way back to the dressing room. Plenty of pats on his back and on the helmet from his team. Terrific knock. Nissanka c Warner b J Richardson 137(147) [4s-11 6s-2]
</p>
<p>
Over Summary: W 1 0 W 0 0 (1 runs)Chamika Karunaratne0(2)Charith Asalanka6(9)Chamika Karunaratne0(2)Chamika KarunaratneCharith AsalankaJhye Richardson SL 285-40(2)Charith Asalanka6(9)6(9)Jhye Richardson9-0-39-29-0-39-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->