<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-08-31T02:40:31.478Z">
<
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 ENG 247 & 367 vs IND
224 & 396 (Chris Woakes 0(0) ) | England vs India, 5th Test, Thu, Jul 31, India tour of England, 2025 | Cricbuzz.com-->
<
script>
let title =
'ENG 247 & 367 vs IND
224 & 396 (Chris Woakes 0(0) ) | England vs India, 5th Test, Thu, Jul 31, India tour of England, 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>
Match Highlights: England vs India, 5th Test
</p>
<p>
Day Highlights: England vs India, 5th Test, Day 5
</p>
<p>
Quick Highlights: England vs India, 5th Test, Day 5
</p>
<p>
Mohammed Siraj's 5/104 v ENG
</p>
<p>
Prasidh Krishna's 4/126 v ENG
</p>
<p>
Siraj seals thrilling win for India! Series level at 2-2
</p>
<p>
England batting v India, 4th Innings, 5th Test
</p>
<p>
Player of the Match: Mohammed Siraj, England v India, 5th Test
</p>
<p>
All Wickets: England vs India, 5th Test, Day 5
</p>
<p>
Prasidh castles Tongue! India one wicket away from win
</p>
<p>
INDIA's EPIC WIN! Harsha & DK react to India's 2-2 comeback!
</p>
<p>
India pull off a heist at The Oval! Murali Kartik recaps 5th Test
</p>
<p>
Asia Cup 2025: India Preview
</p>
<p>
Bumrah is the bowling equivalent of Bradman: Adam Gilchrist
</p>
<p>
Tendulkar और Kohli की तरह, नई पीढ़ी करेगी Abhishek को idolise: Sehwag
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->