<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-14T21:05:30.280Z">
<
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 252/8 (42) vs PAK
252/7 (Matheesha Pathirana 0(0) Charith Asalanka 49(47)) | Pakistan vs Sri Lanka, Super Fours, 5th Match, Thu, Sep 14, Asia Cup, 2023 | Cricbuzz.com-->
<
script>
let title =
'SL 252/8 (42) vs PAK
252/7 (Matheesha Pathirana 0(0) Charith Asalanka 49(47)) | Pakistan vs Sri Lanka, Super Fours, 5th Match, Thu, Sep 14, Asia Cup, 2023 | 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>
Kusal Mendis' growing maturity underlines Sri Lanka's progress: Dinesh Karthik
</p>
<p>
Cricbuzz Live: Pakistan v Sri Lanka, Super Fours, Post-match show
</p>
<p>
L1 0 1 W 4 2 (8 runs)SL 252-8Charith Asalanka49(47)Matheesha Pathirana0(0)Zaman Khan6-1-39-0
</p>
<p>
Zaman Khan to Asalanka, 2 runs, Sri Lanka through to the final!! It was the last ball of a virtual semi-final, the whole nation had eyes on him and Charith Asalanka shimmies in and clips this full delivery behind square like he was playing a net session in his backyard!! How cool was the southpaw in this crunch situation... What a thriller at RPS!!
</p>
<p>
Zaman Khan to Asalanka, FOUR, full outside off, Asalanka looks to swing across the line and outside-edges it between the keeper and short third. Runs away for four... Streaky but nobody at RPS cares about how they get those runs!!
</p>
<p>
Zaman Khan to Pramod, out Pramod Run Out!! How the turntables!! A full, slow delivery outside off, another swing and a miss. Madushan waits in his crease and only runs after Asalanka has fully crossed over. Rizwan misses in his throw, but Zaman Khan gathers, takes all the time in the world and then takes out the non-striker's stumps... Pramod run out (Rizwan/Zaman Khan) 1(3)
</p>
<p>
Zaman Khan to Asalanka, 1 run, slower full delivery, Asalanka inside edges it back onto his boots towards covers. Takes the single and suddenly Pakistan are in the driver's seat!!
</p>
<p>
Zaman Khan to Asalanka, no run, 135 clicks, full and angling away outside off, a swing and a miss for Asalanka. A dot ball is gold dust at this stage!!
</p>
<p>
What cost India the Lord's Test? DK & Vaughan answer
</p>
<p>
Doff my hat to Jadeja for Lord's fight: Kartik
</p>
<p>
Repeated batting collapses will concern India: Michael Vaughan
</p>
<p>
Over Summary: L1 0 1 W 4 2 (8 runs)Charith Asalanka49(47)Matheesha Pathirana0(0)Charith Asalanka49(47)Charith AsalankaMatheesha PathiranaZaman Khan SL 252-849(47)Matheesha Pathirana0(0)0(0)Zaman Khan6-1-39-06-1-39-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->