<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-02T02:28:35.714Z">
<
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 DCP 80 vs GLG
181/6 (Mujeeb Ur Rahman 4(2) ) | Dubai Capitals vs Gulf Giants, 8th Match, Thu, Jan 19, International League T20, 2023 | Cricbuzz.com-->
<
script>
let title =
'DCP 80 vs GLG
181/6 (Mujeeb Ur Rahman 4(2) ) | Dubai Capitals vs Gulf Giants, 8th Match, Thu, Jan 19, International League T20, 2023 | 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>
Jordan to Akif Raja, out Bowled!! Another straight one missed. So easy for CJ. Good length delivery angling in, Raja beaten for pace as it skids and also sneaks under the bat. Ball hits off stump and the Giants win big. Akif Raja b Jordan 0(2)
</p>
<p>
Jordan to Akif Raja, no run, fullish delivery, Raja defends to the left of the bowler
</p>
<p>
Jordan to Karunaratne, out Bowled!! You miss, I hit from CJ. Full and angling in, may have just tailed back in a tad. Karunaratne goes for a big swing down the ground. Misses and the balls hits leg stump. Karunaratne b Jordan 4(6)
</p>
<p>
1 1 1 W 0 4 (7 runs)DCP 80-8Mujeeb Ur Rahman4(2)Chamika Karunaratne4(5)Richard Gleeson3-0-14-2
</p>
<p>
Richard Gleeson to Mujeeb, FOUR, and Mujeeb backs away to flick this full delivery through mid-wicket for four
</p>
<p>
Richard Gleeson to Mujeeb, no run, good length delivery, Mujeeb defends towards cover
</p>
<p>
Richard Gleeson to Udana, out Caught by James Vince!! Toe-ended this high and mid-off takes a simple catch. Full delivery, Udana thought he could clear the infield. Mishit and that's eight down. Udana c James Vince b Richard Gleeson 7(6) [4s-1]
</p>
<p>
Richard Gleeson to Karunaratne, 1 run, mistimed the drive on the rise, inside edge rolls to long-on
</p>
<p>
Richard Gleeson to Udana, 1 run, short of length delivery, Udana punches it to long-on
</p>
<p>
Richard Gleeson to Karunaratne, 1 run, short of length delivery on the leg stump, Karunaratne knocks it to the on-side
</p>
<p>
Over Summary: 1 1 1 W 0 4 (7 runs)Mujeeb Ur Rahman4(2)Chamika Karunaratne4(5)Mujeeb Ur Rahman4(2)Mujeeb Ur RahmanChamika KarunaratneRichard Gleeson DCP 80-84(2)Chamika Karunaratne4(5)4(5)Richard Gleeson3-0-14-23-0-14-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->