<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-21T23:49:39.796Z">
<
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 | Glamorgan vs Yorkshire, Group B, Royal London One-Day Cup 2022-->
<
script>
let title =
'Cricket commentary | Glamorgan vs Yorkshire, Group B, Royal London One-Day Cup 2022';
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>
Dom Bess to Weighell, out Caught by Tattersall!! Weighell c Tattersall b Dom Bess 33(35) [6s-1]
</p>
<p>
Dom Bess to Weighell, SIX
</p>
<p>
Dom Bess to Weighell, 2 runs
</p>
<p>
Dom Bess to Weighell, no run
</p>
<p>
Dom Bess to Weighell, 2 runs
</p>
<p>
View all overs
</p>
<p>
Matthew Waite to Jamie McIlroy, no run
</p>
<p>
Matthew Waite to Jamie McIlroy, no run
</p>
<p>
Matthew Waite to Weighell, 1 run
</p>
<p>
Matthew Waite to Weighell, 2 runs
</p>
<p>
Matthew Waite to Jamie McIlroy, 1 run
</p>
<p>
Matthew Waite to Jamie McIlroy, FOUR
</p>
<p>
Matthew Waite to Jamie McIlroy, wide
</p>
<p>
View all overs
</p>
<p>
Dom Bess to Weighell, no run
</p>
<p>
Dom Bess to Weighell, no run
</p>
<p>
Dom Bess to Weighell, no run
</p>
<p>
Dom Bess to Jamie McIlroy, 1 run
</p>
<p>
Dom Bess to Jamie McIlroy, no run
</p>
<p>
Dom Bess to Weighell, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->