<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-04T00:16:17.774Z">
<
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 | LSG 82 vs GT
144/4 (Dushmantha Chameera 0(0) ) | Lucknow Super Giants vs Gujarat Titans, 57th Match, Tue, May 10, Indian Premier League 2022 | Cricbuzz.com-->
<
script>
let title =
'IPL | LSG 82 vs GT
144/4 (Dushmantha Chameera 0(0) ) | Lucknow Super Giants vs Gujarat Titans, 57th Match, Tue, May 10, Indian Premier League 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>
Hardik Pandya's Gujarat qualify for the playoffs! Cricbuzz Live reacts
</p>
<p>
Cricbuzz Live Hindi: Match 57, Lucknow v Gujarat, Post-match show
</p>
<p>
Rashid Khan to Avesh Khan, out Caught by W Saha!! A big hack across the line, a miss, and a prolonged appeal from Saha. Rashid had nothing. Oh yes, UltraEdge shows a scratch. Gujarat successfully complete a proper mauling. And quite fittingly, it's the Rashid-Saha combo finishing it off. Avesh Khan c W Saha b Rashid Khan 12(4) [6s-2]
</p>
<p>
Rashid Khan to Avesh Khan, no run, another wild leg-cleared slog, but the ball dips in front of his bat, and spins just over the stumps
</p>
<p>
Rashid Khan to Avesh Khan, SIX, and cleaner. Rashid goes short, Avesh rocks back, swipes, and heaves it way over backward square leg
</p>
<p>
Rashid Khan to Avesh Khan, SIX, wow, that's how you play hat-trick deliveries .. with a proper bludgeon, sitting and smoking it over the waiting fielder at long-on
</p>
<p>
Rashid Khan to Hooda, out Caught by Shami!! Okay, Hooda's not wasting any time either. He ain't hanging around. And so he looks to sweep a delivery on middle-stump, which bounces extra, takes the top-edge, and balloons straight back over the keeper, so damn slowly that Shami has enough time to run across from short fine leg. Hooda c Shami b Rashid Khan 27(26) [4s-3]
</p>
<p>
Gill's 269 in the calibre of many of Sachin's knocks: Harsha Bhogle
</p>
<p>
Never felt Gill was going to get out: Ravindra Jadeja
</p>
<p>
Gill essayed composure, played a flawless knock: Murali Kartik
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->