<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-12T08:48:19.272Z">
<
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 GGL 191/3 (19.2) vs MRM
190/5 (Siddharth Jain 14(5) Prince Yadav 2(3)) | Gaur Gorakhapur Lions vs Meerut Mavericks, 24th Match, Uttar Pradesh Premier League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'GGL 191/3 (19.2) vs MRM
190/5 (Siddharth Jain 14(5) Prince Yadav 2(3)) | Gaur Gorakhapur Lions vs Meerut Mavericks, 24th Match, Uttar Pradesh Premier League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Vijay Kumar to Prince Yadav, 1 run, to mid-off
</p>
<p>
Vijay Kumar to Prince Yadav, no run
</p>
<p>
View all overs
</p>
<p>
Yash Garg to Prince Yadav, 1 run, straight down the ground
</p>
<p>
Yash Garg to Akshdeep Nath, out Bowled!! Akshdeep Nath b Yash Garg 44(29) [4s-2 6s-3]
</p>
<p>
Yash Garg to Siddharth Jain, 1 run, to deep mid-wicket
</p>
<p>
Yash Garg to Siddharth Jain, SIX, to deep extra cover
</p>
<p>
Yash Garg to Siddharth Jain, SIX, to long-on
</p>
<p>
Yash Garg to Siddharth Jain, no run
</p>
<p>
View all overs
</p>
<p>
Kartik Tyagi to Akshdeep Nath, no run
</p>
<p>
Kartik Tyagi to Siddharth Jain, 1 run, square of the wicket
</p>
<p>
Kartik Tyagi to Nishant Kushwaha, out Caught by Zeeshan Ansari!! Nishant Kushwaha c Zeeshan Ansari b Kartik Tyagi 92(61) [4s-12 6s-3]
</p>
<p>
Kartik Tyagi to Akshdeep Nath, 1 run, to long-on
</p>
<p>
Kartik Tyagi to Nishant Kushwaha, no ball, 1 run, to short third man
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->