<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-15T04:52:46.393Z">
<
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 Cricket commentary | Gaur Gorakhapur Lions vs Lucknow Falcons, 26th Match, Uttar Pradesh Premier League 2025-->
<
script>
let title =
'Cricket commentary | Gaur Gorakhapur Lions vs Lucknow Falcons, 26th Match, Uttar Pradesh Premier League 2025';
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>
Bhuvneshwar to Vasu Vats, out Caught by Kritagya Singh!! Vasu Vats c Kritagya Singh b Bhuvneshwar 1(4)
</p>
<p>
Bhuvneshwar to Vasu Vats, no run
</p>
<p>
Bhuvneshwar to Kunal Yadav, 1 run, to deep mid-wicket
</p>
<p>
W 0 1 2 W 1 (4 runs)GGL 108-9Kunal Yadav1(1)Vasu Vats1(2)Vipraj Nigam4-0-26-4
</p>
<p>
Vipraj Nigam to Kunal Yadav, 1 run, to deep square leg
</p>
<p>
Vipraj Nigam to Ankit Chaudhary, out Lbw!! Ankit Chaudhary lbw b Vipraj Nigam 8(6) [4s-1]
</p>
<p>
Vipraj Nigam to Ankit Chaudhary, 2 runs, to deep mid-wicket
</p>
<p>
Vipraj Nigam to Vasu Vats, 1 run, to long-off
</p>
<p>
Vipraj Nigam to Vasu Vats, no run
</p>
<p>
Vipraj Nigam to Abdul Rehman, out Stumped!! Abdul Rehman st Aaradhya Yadav b Vipraj Nigam 1(2)
</p>
<p>
1 1 1 1 W 1 (5 runs)GGL 104-7Abdul Rehman1(1)Ankit Chaudhary6(4)Navneet Kumar4-0-21-2
</p>
<p>
Navneet Kumar to Abdul Rehman, 1 run, square of the wicket
</p>
<p>
Navneet Kumar to Prince Yadav, out Caught by Sameer Choudhary!! Prince Yadav c Sameer Choudhary b Navneet Kumar 6(8)
</p>
<p>
Over Summary: W 0 1 2 W 1 (4 runs)Kunal Yadav1(1)Vasu Vats1(2)Kunal Yadav1(1)Kunal YadavVasu VatsVipraj Nigam GGL 108-91(1)Vasu Vats1(2)1(2)Vipraj Nigam4-0-26-44-0-26-4
</p>
<p>
Over Summary: 1 1 1 1 W 1 (5 runs)Abdul Rehman1(1)Ankit Chaudhary6(4)Abdul Rehman1(1)Abdul RehmanAnkit ChaudharyNavneet Kumar GGL 104-71(1)Ankit Chaudhary6(4)6(4)Navneet Kumar4-0-21-24-0-21-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->