<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-02T19:02:15.757Z">
<
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 | RCB 187/2 (19.2) vs SRH
186/5 (Michael Bracewell 4(4) Glenn Maxwell 5(3)) | Sunrisers Hyderabad vs Royal Challengers Bangalore, 65th Match, Indian Premier League 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | RCB 187/2 (19.2) vs SRH
186/5 (Michael Bracewell 4(4) Glenn Maxwell 5(3)) | Sunrisers Hyderabad vs Royal Challengers Bangalore, 65th Match, Indian Premier League 2023 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>
Kartik Tyagi to M Bracewell, 2 runs, pitched up on off, driven down the ground and goes through mid-off! Klaasen looks to the heavens in dismay as his brilliant hundred ends up on the losing side! It's RCB who're triumphant as the march towards the playoff places continues
</p>
<p>
Kartik Tyagi to M Bracewell, wide, 147.9kph, full ball straying down leg, Bracewell swings and misses. It's a wide
</p>
<p>
Kartik Tyagi to M Bracewell, no run, pitched up on middle, 146.7kph, Bracewell drives to mid-off
</p>
<p>
View all overs
</p>
<p>
T Natarajan to Maxwell, FOUR, Maxwell connects and ensures there won't be any drama! Full toss on off, he goes reverse and scoops it past short third
</p>
<p>
T Natarajan to M Bracewell, 1 run, low full toss on off as he goes for a yorker. Bracewell drives it into the pitch and over Natarajan's head
</p>
<p>
T Natarajan to Maxwell, 1 run, off-cutter pitched up on middle, Maxwell slices it through point
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->