<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-06T21:08:46.314Z">
<
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 SAL 160 vs VKK
194/8 (M Poiyamozhi 1(1) ) | SKM Salem Spartans vs Vida Kovai Kings, 4th Match, Tamil Nadu Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SAL 160 vs VKK
194/8 (M Poiyamozhi 1(1) ) | SKM Salem Spartans vs Vida Kovai Kings, 4th Match, Tamil Nadu 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>
Kishoor to B Iyappan, out Bowled!! B Iyappan b Kishoor 6(4)
</p>
<p>
Kishoor to M Poiyamozhi, 1 run, to cover point
</p>
<p>
Kishoor to M Mohammed, out Caught by Shahrukh Khan at !! M Mohammed c Shahrukh Khan b Kishoor 30(18) [4s-2 6s-2]
</p>
<p>
Kishoor to B Iyappan, 1 run, to square leg
</p>
<p>
View all overs
</p>
<p>
Shahrukh Khan to M Mohammed, FOUR, to third man
</p>
<p>
Shahrukh Khan to M Mohammed, SIX, to deep mid-wicket
</p>
<p>
Shahrukh Khan to M Mohammed, SIX, to deep mid-wicket
</p>
<p>
Shahrukh Khan to B Iyappan, 2 wides
</p>
<p>
Shahrukh Khan to M Mohammed, 1 run, to deep square leg
</p>
<p>
Shahrukh Khan to B Iyappan, 1 run, square of the wicket
</p>
<p>
Shahrukh Khan to B Iyappan, FOUR, to square third man
</p>
<p>
View all overs
</p>
<p>
Kishoor to M Mohammed, FOUR, to deep mid-wicket
</p>
<p>
Kishoor to S Ajith Ram, out S Ajith Ram Run Out!! S Ajith Ram run out (Maan Bafna) 7(6) [6s-1]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->