<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-14T00:55:28.191Z">
<
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 IPL | GT 157 vs CSK
172/7 (Noor Ahmad 7(5) ) | Gujarat Titans vs Chennai Super Kings, Qualifier 1, Tue, May 23, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | GT 157 vs CSK
172/7 (Noor Ahmad 7(5) ) | Gujarat Titans vs Chennai Super Kings, Qualifier 1, Tue, May 23, Indian Premier League 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>
1 Wd2 1 1 4 1 Wd W (11 runs)GT 157-10Mohammed Shami5(5)Noor Ahmad7(5)Matheesha Pathirana4-0-37-2
</p>
<p>
Pathirana to Shami, out Caught by Chahar!! Another IPL final for CSK! They win by 15 runs and the fireworks go off! Slower ball on a short of length, Shami looks to pull but slices it in the air. Good catch from Chahar running across from mid-off. Shami c Chahar b Pathirana 5(5) [4s-1]
</p>
<p>
Pathirana to Shami, wide, they'll have to wait some more. Pathirana has bowled another wide down leg
</p>
<p>
Pathirana to Noor Ahmad, 1 run, short ball at the body, Noor mistimes the pull through midwicket
</p>
<p>
Pathirana to Noor Ahmad, FOUR, flies away off the edge for four! Slower ball floated up outside off, Noor has a big heave but all he gets is a thick leading edge. It loops over short third
</p>
<p>
Pathirana to Shami, 1 run, slower short ball on off, Shami flat-bats it on the bounce to long-on
</p>
<p>
Pathirana to Noor Ahmad, 1 run, low full toss on off, Noor hammers it to deep midwicket
</p>
<p>
Pathirana to Shami, 2 wides, another wide from Pathirana! Full toss down leg, Shami swings and misses, Dhoni fumbles and the two batters get across
</p>
<p>
Over Summary: 1 Wd2 1 1 4 1 Wd W (11 runs)Mohammed Shami5(5)Noor Ahmad7(5)Mohammed Shami5(5)Mohammed ShamiNoor AhmadMatheesha Pathirana GT 157-105(5)Noor Ahmad7(5)7(5)Matheesha Pathirana4-0-37-24-0-37-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->