<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-05T20:48:26.901Z">
<
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 Cricket commentary | Jersey vs Guernsey, 3rd Match, Guernsey tour of Jersey, 2025-->
<
script>
let title =
'Cricket commentary | Jersey vs Guernsey, 3rd Match, Guernsey tour of Jersey, 2025';
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>
1 1 0 W W 1 (3 runs)GGY 127-8Anthony Stokes1(1)Matthew Stokes66(45)Charles Perchard4-0-15-3
</p>
<p>
Charles Perchard to Anthony Stokes, 1 run
</p>
<p>
Charles Perchard to Adam Martel, out Caught by Patrick Gouge!! Adam Martel c Patrick Gouge b Charles Perchard 0(1)
</p>
<p>
Charles Perchard to Luke Bichard, out Caught&Bowled!! Luke Bichard c and b Charles Perchard 1(5)
</p>
<p>
Charles Perchard to Luke Bichard, no run
</p>
<p>
Charles Perchard to Matt Stokes, 1 run
</p>
<p>
Charles Perchard to Luke Bichard, 1 run
</p>
<p>
2 W 0 B1 6 4 (13 runs)GGY 125-6Matthew Stokes65(44)Luke Thomas Bichard1(3)Julius Sumerauer4-0-32-2
</p>
<p>
Julius Sumerauer to Matt Stokes, FOUR
</p>
<p>
Julius Sumerauer to Matt Stokes, SIX
</p>
<p>
Julius Sumerauer to Luke Bichard, byes, 1 run
</p>
<p>
Julius Sumerauer to Luke Bichard, no run
</p>
<p>
Julius Sumerauer to Martin Bradley, out Bowled!! Martin Bradley b Julius Sumerauer 5(9)
</p>
<p>
Julius Sumerauer to Martin Bradley, 2 runs
</p>
<p>
Over Summary: 1 1 0 W W 1 (3 runs)Anthony Stokes1(1)Matthew Stokes66(45)Anthony Stokes1(1)Anthony StokesMatthew StokesCharles Perchard GGY 127-81(1)Matthew Stokes66(45)66(45)Charles Perchard4-0-15-34-0-15-3
</p>
<p>
Over Summary: 2 W 0 B1 6 4 (13 runs)Matthew Stokes65(44)Luke Thomas Bichard1(3)Matthew Stokes65(44)Matthew StokesLuke Thomas BichardJulius Sumerauer GGY 125-665(44)Luke Thomas Bichard1(3)1(3)Julius Sumerauer4-0-32-24-0-32-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->