<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-17T08:23:21.345Z">
<
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 165/3 (18.4) vs LSG
164/8 (Rahul Tewatia 10(8) Washington Sundar 21(13)) | Lucknow Super Giants vs Gujarat Titans, 19th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | GT 165/3 (18.4) vs LSG
164/8 (Rahul Tewatia 10(8) Washington Sundar 21(13)) | Lucknow Super Giants vs Gujarat Titans, 19th Match, Indian Premier League 2026 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>
Aiden Markram to Washington Sundar, 1 run, GT win! It's full on middle, Washington Sundar gets forward to drive to long-off. Suprisingly the field is back and it's an easy single
</p>
<p>
Aiden Markram to Washington Sundar, no run, tossed up full on middle and leg, Washington Sundar gets forward to flick, the thick inside-edge is found and the ball rolls to the lef of Aiden Markram
</p>
<p>
Aiden Markram to Rahul Tewatia, 1 run, on a length on off, Rahul Tewatia turns around to reverse-sweep, gets something on it, loops over Rishabh Pant for one. Scores level
</p>
<p>
Aiden Markram to Rahul Tewatia, FOUR, tossed up full on middle, Rahul Tewatia gets forward to loft, Pooran comes in from long-off and dives to his right, the ball beats the outstretched right hand and slips away, he still could've stopped that but was too slow and the ball touches the cushions. Aiden Markram and Rishabh Pant wear disappointed expressions on their faces
</p>
<p>
View all overs
</p>
<p>
Prince Yadav to Washington Sundar, no run, short of length and tight on off, Washington Sundar goes on the back foot and tucks it straight to the fielder at mid-wicket
</p>
<p>
Prince Yadav to Washington Sundar, SIX, that should be the game. It's short of length and down leg, another shot Washington Sundar plays so well, lifting one leg up, swivelling and flicking it over fine-leg. Flies all the way for six. Remember the same shot on Test debut at the Gabba!
</p>
<p>
Prince Yadav to Washington Sundar, FOUR, that's a poor delivery and put away. It's full and outside the leg-stump, easy for Washington Sundar who stays low and swings it to the deep backward square-leg fence, split the two fielders there
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->