<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-16T02:05:35.705Z">
<
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 CYP 136/7 (19) vs CRT
135/6 (Alexander Senn 37(45) Hardeep Singh 4(1)) | Croatia vs Cyprus, 3rd Match, Cyprus tour of Croatia 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'CYP 136/7 (19) vs CRT
135/6 (Alexander Senn 37(45) Hardeep Singh 4(1)) | Croatia vs Cyprus, 3rd Match, Cyprus tour of Croatia 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>
View all overs
</p>
<p>
Anthony Razmilic to Hardeep Singh, FOUR
</p>
<p>
Anthony Razmilic to Roshan Siriwardena, out Bowled!! Roshan Siriwardena b Anthony Razmilic 1(3)
</p>
<p>
Anthony Razmilic to Roshan Siriwardena, no run
</p>
<p>
Anthony Razmilic to Alexander Senn, leg byes, 1 run
</p>
<p>
Anthony Razmilic to Roshan Siriwardena, 1 run
</p>
<p>
Anthony Razmilic to Alexander Senn, 1 run
</p>
<p>
View all overs
</p>
<p>
Hariprasad Satheedevi to Sachithra Tharanga, out Caught by Sam Houghton!! Sachithra Tharanga c Sam Houghton b Hariprasad Satheedevi 0(1)
</p>
<p>
Hariprasad Satheedevi to Sachithra Tharanga, wide
</p>
<p>
Hariprasad Satheedevi to Scott Austin, out Caught by Charles Bevin!! Scott Austin c Charles Bevin b Hariprasad Satheedevi 38(26) [4s-4 6s-2]
</p>
<p>
Hariprasad Satheedevi to Scott Austin, 2 runs
</p>
<p>
Hariprasad Satheedevi to Scott Austin, wide
</p>
<p>
Hariprasad Satheedevi to Alexander Senn, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->