<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-11T07:35:58.853Z">
<
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 MAH 182/7 (19.1) vs BIH
176/3 (Jalaj Saxena 8(3) Vicky Ostwal 3(3)) | Bihar vs Maharashtra, Elite Group B, Syed Mushtaq Ali Trophy Elite 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'MAH 182/7 (19.1) vs BIH
176/3 (Jalaj Saxena 8(3) Vicky Ostwal 3(3)) | Bihar vs Maharashtra, Elite Group B, Syed Mushtaq Ali Trophy Elite 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>
Sakib Hussain to Jalaj Saxena, SIX, to third man
</p>
<p>
View all overs
</p>
<p>
Mohammed Izhar to Jalaj Saxena, 1 run, to mid-wicket
</p>
<p>
Mohammed Izhar to Vicky Ostwal, 1 run, to deep mid-wicket
</p>
<p>
Mohammed Izhar to Jalaj Saxena, 1 run, to deep backward point
</p>
<p>
Mohammed Izhar to Yogesh Dongre, out Caught by Suraj Kashyap!! Yogesh Dongre c Suraj Kashyap b Mohammed Izhar 14(11) [4s-2]
</p>
<p>
Mohammed Izhar to Yogesh Dongre, FOUR, to long-off
</p>
<p>
Mohammed Izhar to Vicky Ostwal, 1 run, to point
</p>
<p>
View all overs
</p>
<p>
S Gani to Yogesh Dongre, no run
</p>
<p>
S Gani to Vicky Ostwal, 1 run, to long-on
</p>
<p>
S Gani to Nikhil Naik, out Caught by Suraj Kashyap!! Nikhil Naik c Suraj Kashyap b S Gani 22(13) [4s-3]
</p>
<p>
S Gani to Nikhil Naik, FOUR, to fine leg
</p>
<p>
S Gani to Yogesh Dongre, 1 run, to long-on
</p>
<p>
S Gani to Nikhil Naik, 1 run, to long-on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->