<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:11:08.161Z">
<
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 ROM 165 vs AUT
207/6 (Tharindu Sandaruwan 10(6) ) | Romania vs Austria, 4th T20I, Sun, Oct 19, Austria tour of Romania, 2025 | Cricbuzz.com-->
<
script>
let title =
'ROM 165 vs AUT
207/6 (Tharindu Sandaruwan 10(6) ) | Romania vs Austria, 4th T20I, Sun, Oct 19, Austria tour of Romania, 2025 | Cricbuzz.com';
let latest_update =
'';
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>
Irfan Safi to Josak Khadka, out Bowled!! Josak Khadka b Irfan Safi 0(1)
</p>
<p>
Irfan Safi to Rajendra Pisal, out Caught by Ranjit Singh!! Rajendra Pisal c Ranjit Singh b Irfan Safi 6(4) [4s-1]
</p>
<p>
Irfan Safi to Rajendra Pisal, FOUR
</p>
<p>
Irfan Safi to Tharindu Sandaruwan, byes, 1 run
</p>
<p>
Irfan Safi to Rajendra Pisal, 1 run
</p>
<p>
1 1 Wd Wd 1 0 Wd W 1 (7 runs)ROM 159-8Rajendra Pisal1(1)Tharindu Sandaruwan10(5)Karanbir Singh3-0-24-3
</p>
<p>
Karanbir Singh to Rajendra Pisal, 1 run
</p>
<p>
Karanbir Singh to Janitha Fernando, out Caught by Umair Tariq!! Janitha Fernando c Umair Tariq b Karanbir Singh 9(12)
</p>
<p>
Karanbir Singh to Janitha Fernando, wide
</p>
<p>
Karanbir Singh to Janitha Fernando, no run
</p>
<p>
Karanbir Singh to Tharindu Sandaruwan, 1 run
</p>
<p>
Karanbir Singh to Tharindu Sandaruwan, wide
</p>
<p>
Karanbir Singh to Tharindu Sandaruwan, wide
</p>
<p>
Karanbir Singh to Janitha Fernando, 1 run
</p>
<p>
Karanbir Singh to Tharindu Sandaruwan, 1 run
</p>
<p>
Over Summary: 1 1 Wd Wd 1 0 Wd W 1 (7 runs)Rajendra Pisal1(1)Tharindu Sandaruwan10(5)Rajendra Pisal1(1)Rajendra PisalTharindu SandaruwanKaranbir Singh ROM 159-81(1)Tharindu Sandaruwan10(5)10(5)Karanbir Singh3-0-24-33-0-24-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->