<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-02T21:15:50.074Z">
<
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 | KKR 161 vs SRH
226/8 (Vaibhav Arora 1(2) ) | Kolkata Knight Riders vs Sunrisers Hyderabad, 6th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | KKR 161 vs SRH
226/8 (Vaibhav Arora 1(2) ) | Kolkata Knight Riders vs Sunrisers Hyderabad, 6th Match, Indian Premier League 2026 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>
View all overs
</p>
<p>
Jaydev Unadkat to Varun Chakaravarthy, out Bowled!! SRH win by 65 runs! 130.5kph, Unadkat bowls it full from round the wicket. Varun Chakaravarthy, with cemented feet, looks to ease it through the off-side and ends up deflecting it onto the stumps via an inside edge. Varun Chakaravarthy b Jaydev Unadkat 0(1)
</p>
<p>
Jaydev Unadkat to Kartik Tyagi, out Caught by Ishan Kishan!! Kartik Tyagi has been given out and he reviews. 127.9kph, full outside off, Tyagi stays in his crease to flick and may have got an inside edge. Yes, UltraEdge confirms the same with a big spike. There were two reviews left and hence Tyagi sent it upstairs. He probably knew that he got a nick. Kartik Tyagi c Ishan Kishan b Jaydev Unadkat 5(5) [4s-1]
</p>
<p>
Jaydev Unadkat to Vaibhav Arora, 1 run, slower ball, Vaibhav Arora defends it into the off-side and sets off for a quick single
</p>
<p>
Jaydev Unadkat to Vaibhav Arora, no run, 130.5kph, good length outside off, beats the poking outside edge of Vaibhav Arora
</p>
<p>
Jaydev Unadkat to Kartik Tyagi, 1 run, slower ball into the deck, Kartik Tyagi backs away and pulls it down to long-on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->