Click on Ads to Support Us.
[]
Ranji Trophy 2022-23 Spherical 6, Day 4 Spherical-up: Delhi beat Mumbai by 8 wickets; Bengal rout Haryana by innings and 50 runs refreshDate)) || (!!!refreshCookie && userSlug)) { refreshUserCookies(); } operate refreshUserCookies() { pureJSAjaxGetWithCredentialsFlag(‘https://a-login.sportskeeda.com/en/login/refresh-token’, operate(res) { console.log(res); }, operate failed() { console.error(“Did not refresh tokens”); }, true); } operate getCookie(cname) { var identify = cname + “=”; var ca = doc.cookie.cut up(‘;’); for(var i = 0; i 0) { attributes.forEach(operate(attribute) { script.setAttribute(attribute.key, attribute.worth); }); } operate loadScript() { if (attachTo) { attachTo.appendChild(script); } else { doc.head.appendChild(script); } } var scriptLoaded = false; operate loadScriptOnInteraction() { if (scriptLoaded) return; scriptLoaded = true; loadScript(); } if (onUserInteraction) { doc.addEventListener(“scroll”, loadScriptOnInteraction, { as soon as: true }); doc.addEventListener(“mousemove”, loadScriptOnInteraction, { as soon as: true }); doc.addEventListener(“touchmove”, loadScriptOnInteraction, { as soon as: true }); } else { loadScript(); } }); } ]]> -1; } } return false; } operate countMetaChanges(components) { var charactersChanged = 0; var wordsChanged = 0; var mediaChanged = 0; for (var i = 0; i < components.size; i++) { var component = components[i]; if (isMediaElement(component)) { mediaChanged += 1; proceed; } // use inside textual content to disregard html attributes var content material = component.innerText || ""; content material = content material.substitute(/[u200B-u200DuFEFF]/g, ""); if (content material.size ‘, ‘”‘: ‘”‘, “‘”: ‘'’ }; return text.replace(/[&”‘]/g, operate(m) { return map[m]; }); } operate extendedEncodeURIComponent(str) { return encodeURIComponent(str).substitute(/[!'()*]/g, operate(c) { return ‘%’ + c.charCodeAt(0).toString(16); }); } ]]> = 12) { amOrPm = “PM”; } if (hour > 12) { hour = hour – 12; } return hour + “:” + minute + ” ” + amOrPm; } operate getShortDayNames() { return [‘Sun’, ‘Mon’, ‘Tue’, ‘Wed’, ‘Thu’, ‘Fri’, ‘Sat’]; } operate getFullDayNames() { return [‘Sunday’, ‘Monday’, ‘Tuesday’, ‘Wednesday’, ‘Thursday’, ‘Friday’, ‘Saturday’]; } operate getFormattedDate(isoDatetime) { var currentDate = new Date(); var matchDate = new Date(isoDatetime); var tomorrowDate = new Date(new Date().getTime() + 24 * 60 * 60 * 1000); var monthNames = getShortMonthNames(); var dayNames = getShortDayNames(); var currentDateString = currentDate.getDate() + ‘-‘ + currentDate.getMonth() + ‘-‘ + currentDate.getFullYear(); var matchDateString = matchDate.getDate() + ‘-‘ + matchDate.getMonth() + ‘-‘ + matchDate.getFullYear(); var tomorrowDateString = tomorrowDate.getDate() + ‘-‘ + tomorrowDate.getMonth() + ‘-‘ + tomorrowDate.getFullYear(); var localTime = matchDate.toLocaleTimeString().substitute(/:dds/, ” “); var timeZone = matchDate.toString().match(/((.*))/).pop(); return dayNames[matchDate.getDay()] + “, ” + matchDate.getDate() + ” ” + monthNames[matchDate.getMonth()] + ” ” + matchDate.getFullYear() + “, ” + localTime + ” ” + timeZone; } operate timeSince(isoDateString) { var date = new Date(isoDateString); var monthNames = [“Jan”, “Feb”, “Mar”, “Apr”, “May”, “Jun”, “Jul”, “Aug”, “Sep”, “Oct”, “Nov”, “Dec”]; var seconds = Math.ground((new Date() – date) / 1000); var interval = Math.ground(seconds / 86400); if(interval > 6) { return date.getDate() + ” ” + monthNames[date.getMonth()] + “, ” + date.getFullYear(); } if (interval > 1) { return interval + ” days in the past”; } if(interval === 1) { return “1 day in the past”; } interval = Math.ground(seconds / 3600); if (interval === 1) { return interval + ” hr in the past”; } if (interval > 1) { return interval + ” hrs in the past”; } interval = Math.ground(seconds / 60); if (interval === 1) { return “1 min in the past”; } if (interval > 1) { return interval + ” minutes in the past”; } return Math.ground(seconds) + ” seconds in the past”; } operate updateTimeStringsToFormatTimeSince() { var isPendingContent = window.location.hash === ‘#pending’; var timeElements = $all(‘.keeda-time-since’); for (var i = 0; i < timeElements.size; i++) { var isoDateString = timeElements[i].getAttribute('data-iso-string'); var timeSinceVal = timeSince(isoDateString); if(timeElements[i].classList.comprises("author-post-time") && !timeSinceVal.consists of("in the past")) { timeElements[i].innerHTML = ""; } else if (isPendingContent) { timeElements[i].innerHTML = (timeSinceVal + "
(” + isoDateString.cut up(“T”)[0] + “)”); } else { timeElements[i].innerHTML = timeSinceVal; } } } operate getDateObjectInIST() { var currentTime = new Date(); var currentOffset = currentTime.getTimezoneOffset(); var ISTOffset = 330; // IST offset UTC +5:30 var ISTTime = new Date(currentTime.getTime() + (ISTOffset + currentOffset) * 60000); return ISTTime; } operate getDateInYYYYMMDD(date) { var d = !date ? getDateObjectInIST() : date; var month = ” + (d.getMonth() + 1), day = ” + d.getDate(), yr = d.getFullYear(); if (month.size < 2) month = '0' + month; if (day.size = 12 ? 'pm' : 'am'; hours = hours % 12; hours = hours ? hours : 12; minutes = minutes < 10 ? '0'+minutes : minutes; var strTime = hours + ':' + minutes + ' ' + ampm; return strTime; } operate getTimeDiffInDaysHoursMinutes(timeInMilliseconds) { var diffDays = Math.ground(timeInMilliseconds / 86400000); // distinction in days var diffHrs = Math.ground((timeInMilliseconds % 86400000) / 3600000); // distinction in hours var diffMins = Math.spherical(((timeInMilliseconds % 86400000) % 3600000) / 60000); // distinction in minutes var end result = []; if (diffDays) { end result.push(diffDays + " day(s)"); } if (diffHrs) { end result.push(diffHrs + " hour(s)"); } if (diffMins) { end result.push(diffMins + " minute(s)"); } if (!end result.size) { end result.push(Math.spherical(timeInMilliseconds / 1000) + " second(s)"); } return end result; } operate getTimeAndDate(isoDateString) { var isoDateString = new Date(isoDateString); var monthNames = getShortMonthNames(); var weekNames = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']; var hours = isoDateString.getHours(); if (hours <= 9) { hours = "0" + hours; } var minutes = isoDateString.getMinutes(); if (minutes 3 && quantity -1) { capabilitiesArray.push(‘revShare’); } else { capabilitiesArray.push(‘noRevShare’); } if(information.indexOf(5) == -1) { capabilitiesArray.push(“notSuperEditor”); } if(information.indexOf(3) == -1) { capabilitiesArray.push(“notMenuEditor”); } if(information.indexOf(9) == -1) { capabilitiesArray.push(“notTaxonomy”); } if(information.indexOf(10) == -1) { capabilitiesArray.push(“notTagPages”); } if(information.indexOf(11) == -1) { capabilitiesArray.push(“notOnlineEditor”); } if(information.indexOf(12) > -1) { capabilitiesArray.push(“appNotificationAdmin”); } if(information.indexOf(14) == -1) { capabilitiesArray.push(“notNewAffilate”); } if(information.indexOf(16) == -1) { capabilitiesArray.push(“notWikiContributor”); } if(information.indexOf(13) > -1) { capabilitiesArray.push(“canPostContent”); } if(information.indexOf(2) > -1) { capabilitiesArray.push(“canModerate”); } if(information.indexOf(17) > -1) { capabilitiesArray.push(“wikiAdmin”); } // checkUserCapabilities if(capabilitiesArray.indexOf(“revShare”) > -1 || capabilitiesArray.indexOf(“canPostContent”) > -1) { resolve(capabilitiesArray); } else { reject(capabilitiesArray); } if (information.indexOf(18) == -1) { capabilitiesArray.push(“notTagPageAuthor”); } if (information.indexOf(19) == -1) { capabilitiesArray.push(“notTagPageEditor”); } }); }) } operate hasUserAcceptedTerms(capabilitiesArray) { var acceptedTermsAPI = ‘https://a-login.sportskeeda.com/en/person/accepted-terms’; return pureJSAjaxGetWithPromise(acceptedTermsAPI).then(operate(res) { return new Promise(operate(resolve, reject) { var information = JSON.parse(res); if(information.accepted_terms === false) { capabilitiesArray.push(‘notAcceptedTerms’); reject(capabilitiesArray); } else if(capabilitiesArray.size > 0) { reject(capabilitiesArray); } else { resolve(true); } }); }) } operate debounceGeneric(func, wait, speedy) { var timeout; return operate() { var context = this, args = arguments; var later = operate() { timeout = null; if (!speedy) func.apply(context, args); }; var callNow = speedy && !timeout; clearTimeout(timeout); timeout = setTimeout(later, wait); if (callNow) func.apply(context, args); }; }; operate getUrlParamsValue(identify) { identify = identify.substitute(/[[]/, “[“).replace(/[]]/, “]”); var regex = new RegExp(“[?&]” + identify + “=([^&#]*)”); var outcomes = regex.exec(location.search); return outcomes === null ? “” : decodeURIComponent(outcomes[1].substitute(/+/g, ” “)); } operate isAuthorVerified(author_title) { if (author_title == ‘EXPERT COLUMNIST’ || author_title == ‘OFFICIAL’ || author_title == ‘EXPERT’) { return true; } else { return false; } } /** * @param: null * Remark: Verify if the cookie exist in any other case set it from the request */ operate checkAndSetUserCity() { var userCity = getCookie(“user_city”); var citiesArray = [“Hyderabad”, “Pune”, “Chennai”, “Delhi”, “Bengaluru”, “Mumbai”, “Ahmedabad”, “Kolkata”, “Jaipur”, “Vishakapatnam”]; var requiredCityExist = false; if (userCity == “” || userCity == null) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open( “GET”, “https://a-login.sportskeeda.com/customer/metropolis”, false ); // false for synchronous request xmlHttp.ship( null ); var end result = JSON.parse(xmlHttp.responseText); if (end result.metropolis != “undefined”) { userCity = end result.metropolis; var cookieExpire = new Date(); cookieExpire.setDate(cookieExpire.getDate() + 7); // Expiry after 7 days setCookie(“user_city”, userCity, cookieExpire); } } if (citiesArray.consists of(userCity)) { requiredCityExist = true; } return requiredCityExist; } operate checkAndSetUserState() { var userState = getCookie(“user_state”); if (userState == “” || userState == null) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open( “GET”, “https://a-login.sportskeeda.com/customer/state”, false ); // false for synchronous request xmlHttp.ship( null ); var end result = JSON.parse(xmlHttp.responseText); if (end result.metropolis != “undefined”) { userState = end result.state; var cookieExpire = new Date(); cookieExpire.setDate(cookieExpire.getDate() + 7); // Expiry after 7 days setCookie(“user_state”, userState, cookieExpire); } } return userState; } var userId = getCookie(“fw_ID”); var REACTION_IMAGES = { like: STATIC_URL + “/post-reactions/reaction-like.svg”, excited: STATIC_URL + “/post-reactions/reaction-excited.svg”, completely satisfied: STATIC_URL + “/post-reactions/reaction-happy.svg”, anxious: STATIC_URL + “/post-reactions/reaction-anxious.svg”, indignant: STATIC_URL + “/post-reactions/reaction-angry.svg”, unhappy: STATIC_URL + “/post-reactions/reaction-sad.svg”, default: STATIC_URL + “/skm/property/feed/ic-like-gray.svg”, }; var REACTION_TEXT = { like: “Appreciated”, excited: “Excited”, completely satisfied: “Completely satisfied”, anxious: “Anxious”, indignant: “Indignant”, unhappy: “Unhappy”, default: “Like”, }; operate fetchAndUpdateUserLikesForPosts(postIdsArray) { if (postIdsArray.size < 1) return; if (!userId) return; var postIdsParam = postIdsArray.be a part of(","); pureJSAjaxGet( GOTHAM_URL_HA_FRONTEND + "/posts/reactedBy?post_ids=" + postIdsParam, syncPostLikesInFeed, {}, operate (err) {}, true ); } operate syncPostLikesInFeed(response) { if (!userId) return; attempt { response = JSON.parse(response); } catch (e) { return; } for (var i = 0; i delay){ prev = now; return func.apply(context, args); } } } operate generateRandomString() { var allCharacters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; var base = allCharacters.cut up(''); var randomstr = ""; for (var i=0; i<30; i++) 0]; return randomstr; } function getImageWidthTransformedURL(imageURL, width) { if (!imageURL) { return ""; } if (isNaN(width)) { return imageURL; } imageURL = imageURL.replace("http://", "https://"); try { var imageURI = new URL(imageURL); imageURI.searchParams.set("w", width); return imageURI.toString(); } catch (e) { console.error("Error while transforming image width"); return ""; } } function getImageHeightTransformedURL(imageURL, height) { if (!imageURL) { return ""; } if (isNaN(height)) { return imageURL; } imageURL = imageURL.replace("http://", "https://"); try { var imageURI = new URL(imageURL); imageURI.searchParams.set("h", height); return imageURI.toString(); } catch (e) { console.error("Error while transforming image height"); return ""; } } function getNumFormat(num) { var num_format = Math.round(num); if (num >= 1000 && num = 1000000 && num = 1000000000) { num_format = (Math.spherical(num) / 1000000000).toFixed(1) + ‘B’; } return num_format; } operate isOverflow(component) { if (!component) return false; return component.scrollWidth > component.clientWidth; } operate isFacebookApp() { if(!navigator) { return false; } var ua = navigator.userAgent || navigator.vendor || window.opera; return (ua.indexOf(“FBAN”) > -1) || (ua.indexOf(“FBAV”) > -1); } /** * @param: Integer timestamp * @return: String * Remark: Get the distinction b/w the timestamp and present time and return person pleasant date time */ operate getFriendlyTimeDifferenceFromNow(timestamp) { // takes timestamp in microseconds var seconds = (Date.now() / 1000) – (timestamp / 1000); if (seconds > 31536000) { // 31536000 = 60s * 60m * 24h * 365d = one yr var years = Math.spherical(seconds / 31536000); seconds = seconds % 31536000; if (seconds > 2592000) { // 2592000 = 60s * 60m * 24h * 30d = one month var months = Math.spherical(seconds / 2592000); return years + ” yr ” + months + ” mn”; } return years + ” yr”; } if (seconds > 2592000) { var months = Math.spherical(seconds / 2592000); seconds = seconds % 2592000; if (seconds > 86400) { var days = Math.spherical(seconds / 86400); return months + ” mn ” + days + ” d”; } return months + ” mn”; } if (seconds > 86400) { // 3600 * 24 = someday return Math.spherical(seconds / 86400) + ” d”; } else if(seconds > 3600) { // One hour return Math.spherical(seconds / 3600 ) + ” hr”; } else { // Distinction in minutes return Math.spherical(seconds / 60 ) + ” min”; } } operate isInViewport(el) { var rect = el.getBoundingClientRect(); return ( rect.prime >= 0 && rect.left >= 0 && rect.backside <= (window.innerHeight || document.documentElement.clientHeight) && rect.right 0) { gtag( 'set' , { 'dimension10' : loggedInUserID } ); } gtag( 'set' , { 'dimension11' : "Mob3LazyLoaddesktop" } ); var uniqueBrowserIdCookie = getCookie('unique_browser_id'); if (uniqueBrowserIdCookie) { gtag( 'set' , 'user_properties', { 'browser_id' : uniqueBrowserIdCookie } ); } gaSubSet = { 'send_to': gaID }; var sessionCookieValue = getCookie("keeda-session-uuid"); if (sessionCookieValue) { gaSubSet['keeda-session-uuid'] = sessionCookieValue; } var userID = getCookie("fw_ID"); try { var commonGASubSetKeys = JSON.parse('{"common_tags":{"page_type":"","sport":"","loggedIn_user_id":""},"article_page_tags":{"author_slug":"","published_date":"","tax-list":""},"non_amp_tags":{"SEO_article":"","Adaptive_Tag":""},"cmc_page_tags":{"match_id":"","commentary":"","match_status":"","start_time":"","end_time":""}}' || '{}'); if (Object.keys(commonGASubSetKeys).length > 0) { var commonTags = commonGASubSetKeys[“common_tags”]; gaSubSet[“page_type”] = ‘Articlepage’; if ((“Cricket”).size > 0) { gaSubSet[“sport”] = ‘Cricket’; } if ((“Mob3LazyLoad”).size > 0) { gaSubSet[“sk_version”] = “Mob3LazyLoad”; } if (userID > 0) { gaSubSet[“loggedIn_user_id”] = userID; } var articlePageTags = commonGASubSetKeys[“article_page_tags”]; gaSubSet[“author_slug”] = ‘cricjourno-1’; gaSubSet[“published_date”] = ‘2023-01’; gaSubSet[“tax-list”] = ‘,cricket,ranji-trophy,information,mumbai,delhi,cheteshwar-pujara,akash-deep,’; var postId = 1371423; if (postId) { gaSubSet[“post_id”] = postId; } var postSection = “Information”; if (postSection) { gaSubSet[“post_section”] = postSection; } var nonAMPTags = commonGASubSetKeys[“non_amp_tags”]; for (var tagKey in nonAMPTags) { if (tagKey == “SEO_article” && ((“”).size > 0)) { gtag( ‘set’ , { ‘dimension4’ : “true” } ); gaSubSet[tagKey] = “https://www.sportskeeda.com/cricket/ranji-trophy-2022-23-round-6-day-4-round-up-delhi-beat-mumbai-8-wickets-bengal-rout-haryana-innings-50-runs”; } else if (tagKey == “Adaptive_Tag” && (“article”).size > 0 && “article” == ‘adaptive_page’) { gaSubSet[tagKey] = ”; } else { gtag( ‘set’ , { ‘dimension4’ : “false” } ); } } } } catch(e) { console.log(e); } var userAdoptionType = getUserAdoptionType(gaSubSet[“page_type”]); if (userAdoptionType) { gaSubSet[“userAdoptionType”] = userAdoptionType; } if (!isVideoPage && “1”) { gtag(‘occasion’, ‘page_view’, gaSubSet); } if (!isVideoPage && “”) { if(location.search.indexOf(“key1=opera”) > -1) { gtag(‘occasion’, ‘page_view’, { ‘send_to’: gaID, ‘page_path’: location.pathname + location.search }); } else { if(sessionKey1CookieVal && sessionKey1CookieVal.indexOf(“opera”) > -1) { gtag(‘occasion’, ‘page_view’, { ‘send_to’: gaID, ‘page_path’: location.pathname + location.search + (location.search ? “&” : “?”) + “key1=” + sessionKey1CookieVal }); } else { gtag(‘occasion’, ‘page_view’, gaSubSet); } } } } gtag(‘js’, new Date()); gtag(‘config’, GA_ID, { send_page_view: false }); window.addEventListener(“scroll”, loadGA.bind(this, GA_ID)); window.addEventListener(“click on”, loadGA.bind(this, GA_ID)); window.addEventListener(“mousemove”, loadGA.bind(this, GA_ID)); if(GA4_ID) { gtag(‘config’, GA4_ID, { send_page_view: false }); window.addEventListener(“scroll”, loadGA.bind(this, GA4_ID)); window.addEventListener(“click on”, loadGA.bind(this, GA4_ID)); window.addEventListener(“mousemove”, loadGA.bind(this, GA4_ID)); } if (getCookie(“gdpr”) == ‘true’) { window[‘gtag_enable_tcf_support’] = true; } if(location.search.indexOf(“opera”) > -1 || sessionKey1CookieVal.indexOf(“opera”) > -1 || location.pathname.indexOf(“third-party/”) > -1) { loadGA(GA_ID); if (GA4_ID) { loadGA(GA4_ID); } } var webVitalsLoaded = false; operate sendToGoogleAnalytics(metric) { gtag(‘occasion’, metric.identify, { metric_value: metric.worth, sk_version: “Mob3LazyLoad” }); } //Code is executed solely on .1% of the pages if(Math.ground(Math.random() * 100) = 0) { operate loadWebVitals() { if(!true) { return; } if (webVitalsLoaded) { return; } var webVitalsScript = ‘https://unpkg.com/web-vitals/dist/web-vitals.iife.js’; loadScriptAsync(webVitalsScript, operate() { webVitals.getCLS(sendToGoogleAnalytics, true); webVitals.getFID(sendToGoogleAnalytics); webVitals.getLCP(sendToGoogleAnalytics, true); }); webVitalsLoaded = true; } window.addEventListener(“scroll”, loadWebVitals); window.addEventListener(“click on”, loadWebVitals); window.addEventListener(“mousemove”, loadWebVitals); } ]]> 0&&(_=_+o-1),o+=t[a].size;var u=f[_];for(n=0;n{f.push(“-“+e);for(var t=0;t{d.push(n+e)}))}})),{quick:f,full:d}}(g,y,m,b,z,w,x);okay&&(E.quick=[]);var T=[];return o&&o.size&&T.push(operate(e){var t=e;(“fluid”===e||”quantity”==typeof t[0]&&”quantity”==typeof t[1])&&(t=[e]);var n=[],r=1e5,i=1,o=1e5,a=1;for(var _ in t)if(“fluid”===t[_])n.push(t[_]);else{var s=t[_][0],g=t[_][1];si&&(i=s),ga&&(a=g),n.push(s+”x”+g)}n.kind(((e,t)=>e Modified Jan 20, 2023 08:04 PM IST

Delhi eased to an eight-wicket win over Mumbai. Pic: BCCI
Delhi accomplished a convincing eight-wicket victory over Mumbai within the Ranji Trophy 2022-23 Elite Group B match on the Arun Jaitley Stadium on Friday, January 20. Mumbai resumed their second innings on 168/9 and had been bowled out for 170.
Delhi wanted solely 95 for victory and raced house in 15.3 overs, dropping solely two wickets. Within the different Group B video games, Tamil Nadu hammered Assam by an innings and 70 runs, whereas Saurashtra went all the way down to Andhra by 150 runs regardless of Cheteshwar Pujara’s 91.
‘; var MOB_3_PARAMS = {}; var choices = { threshold: 0 , rootMargin: “200% 0px 200% 0px” }; var dynamicAdsObserver = new IntersectionObserver(operate(entries) { entries.forEach(operate (oneEntry) { if (oneEntry.isIntersecting) { dynamicAdsObserver.unobserve(oneEntry.goal); var domId = oneEntry.goal.id; googletag.cmd.push(operate() { requestBidsForAdSlot(MOB_3_PARAMS[“slot”], domId); }); } }); }, choices); operate loadAdUnit(enter) { enter.playerContainer.innerHTML += AD_UNIT_MARKUP; var adContainer = enter.playerContainer.querySelector(“.mob_300250_3_ad”); googletag.cmd.push(operate() { var slot = initAdUnit(“Mob_300250_3”); if (!slot) return; var div = doc.createElement(‘div’); div.id = slot.getSlotElementId(); adContainer.appendChild(div); if (enter.userCountry == “IN”) { requestBidsForAdSlot(slot, div.id); return; } MOB_3_PARAMS[“slot”] = slot; var adElementDiv = doc.getElementById(adUnits[“Mob_300250_3”].div); dynamicAdsObserver.observe(adElementDiv); }); } return loadAdUnit; })(); ‘; operate loadPlayer(params) { if (typeof initConnatixPlayer === “operate”) { params.playerContainer.innerHTML += PLAYER_MARKUP; var container = params.playerContainer.querySelector(“.connatix-container”); container.classList.take away(“hidden”); var holder = params.playerContainer.querySelector(“.connatix-holder”); initConnatixPlayer(holder, params); } } return loadPlayer; })(); ‘; operate loadPlayer(params) { if (typeof initSTNPlayer === “operate”) { params.playerContainer.innerHTML += PLAYER_MARKUP; var container = params.playerContainer.querySelector(“.stnPlayer-container”); container.classList.take away(“hidden”); var holder = params.playerContainer.querySelector(“.s2nPlayer-holder”); initSTNPlayer(holder, params); } } return loadPlayer; })();
In a Group A match of the Ranji Trophy 2022-23, Bengal thumped Haryana by an innings and 50 runs. Pacer Akash Deep, who had claimed a five-fer within the first innings, shone within the second essay as nicely, claiming 5/51.
In Elite Group C of the Ranji Trophy 2022-23, Rajasthan bought the higher of Chhattisgarh by 167 runs. Manav Suthar starred with 6/116 as Chhattisgarh had been bowled out for 262 whereas chasing 430. In different matches within the group, Jharkhand defeated Puducherry by 10 wickets, whereas Goa beat Providers by an innings and 4 runs.
Ranji Trophy 2022-23: Transient scores from Spherical 6, Day 4
Right here’s a have a look at transient scores from all of the Ranji Trophy 2022-23 matches performed on Day 4 of Spherical 6 of the competitors.
Elite Group A
Baroda (86 & 336/7) drew with Uttarakhand (199)
Bengal (419) beat Haryana (163 & 206 f/o) by innings and 50 runs
Himachal Pradesh (346 & 263/3 d) drew with Nagaland (233 & 31/4)
Uttar Pradesh (362) drew with Odisha (226 & 335/4 d)
Elite Group B
Andhra (415 & 164/7 d) beat Saurashtra (237 & 192) by 150 runs
Tamil Nadu (540) beat Assam (266 & 204 f/o) by an innings and 70 runs
Delhi (369 & 97/2) beat Mumbai (293 & 170) by eight wickets
Elite Group C
Jharkhand (412 & 73/0) beat Puducherry (231 & 250) by 10 wickets
Rajasthan (360 & 268/3 d) beat Chhattisgarh (199 & 262) by 167 runs
Goa (483/9 d) beat Providers (175 & 304) by an innings and 4 runs
Karnataka (485/9 d) drew with Kerala (342 & 96/4)
Elite Group D
Jammu and Kashmir (446/6 d) drew with Tripura (76/4)
Chandigarh (485/8 d) drew with Railways (386 & 71/1)
Plate
1st Semi Closing – Bihar (428 & 164) beat Meghalaya (134 & 156) by 302 runs
2nd Semi Closing – Manipur (166 & & 340/8) beat Sikkim (229 & 273) by two wickets
Get IND vs NZ Dwell Rating for the first ODI at Sportskeeda. Observe us for the most recent Updates and Information.
1) { var savedOptionCount = localStorageValues[1]; resultData = localStorageValues[0]; if (savedOptionCount == pollData[resultData+”_count”]) { pollData[resultData + “_count”] += 1; } } renderPollWidget(pollData, resultData, false); } operate getPollData() { } getPollData(); operate onPollResponseSuccess(selectedOption) { setLocalStorageData(“article_poll_1371423”, selectedOption + “__” + pollDataDefault[selectedOption+”_count”]); } operate onPollResponseFail(selectedOption) { console.log(‘Ballot response fail’); var pollData = null; var pollOptions = $(“#poll-options”); var pollCount = $(“#poll-count”); var pollOptionsDom = ”; var totalVotes = Quantity(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count); var optionsArray = [‘option1’, ‘option2’]; if (pollData.option3 !== “” && pollData.option3 !== null) { optionsArray.push(‘option3’) } if (pollData.option4 !== “” && pollData.option4 !== null) { optionsArray.push(‘option4’) } optionsArray.forEach(operate(choice, index) { var clickHandler = ‘onclick=”answerPoll(occasion, ” + choice + ”)”‘; $(‘#’+choice).classList.take away(‘poll-option-answered’); if(choice === selectedOption) { $(‘#’+choice).classList.take away(‘poll-option-selected’); } pollOptionsDom += ”; pollOptionsDom += ‘
‘ + pollData[option] + ”; pollOptionsDom += ”; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; } operate updatePollCountOnAnswer(selectedOption) { var pollData = pollDataDefault; renderPollWidget(pollData, selectedOption, true); } operate renderPollWidget(pollData, selectedOption, isAnswered) { if (!pollData) return; pollData.option1_count = pollData.option1_count || 0; pollData.option2_count = pollData.option2_count || 0; pollData.option3_count = pollData.option3_count || 0; pollData.option4_count = pollData.option4_count || 0; if (isAnswered) { if (selectedOption == “option1”) pollData.option1_count += 1; if (selectedOption == “option2”) pollData.option2_count += 1; if (selectedOption == “option3”) pollData.option3_count += 1; if (selectedOption == “option4”) pollData.option4_count += 1; } var totalVotes = Quantity(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count); if (totalVotes && !Quantity.isNaN(totalVotes)) { var option1Percent = pollData.option1_count / totalVotes * 100; var option2Percent = pollData.option2_count / totalVotes * 100; var option3Percent = pollData.option3_count / totalVotes * 100; var option4Percent = pollData.option4_count / totalVotes * 100; var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent]; var pollOptions = $(“#poll-options”); var pollCount = $(“#poll-count”); var pollOptionsDom = ”; var optionsArray = [‘option1’, ‘option2’]; if (pollData.option3 !== “” && pollData.option3 !== null) { optionsArray.push(‘option3’) } if (pollData.option4 !== “” && pollData.option4 !== null) { optionsArray.push(‘option4’) } optionsArray.forEach(operate (choice, index) { var clickHandler = ‘onclick=”answerPoll(occasion, ” + choice + ”)”‘; var optionClass = [‘poll-option’]; if (selectedOption) { optionClass.push(‘poll-option-answered’); clickHandler = ”; } if (selectedOption === choice) { optionClass.push(‘poll-option-selected’); } pollOptionsDom += ”; if (selectedOption) { var widthPercentage = optionPercentages[index] 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } else { if (widthPercentage > 97) { pollOptionsDom += ”; } else { pollOptionsDom += ”; } } } pollOptionsDom += ‘
‘ + pollData[option] + ”; if (selectedOption) { pollOptionsDom += ‘
‘ + Math.spherical(optionPercentages[index]) + ‘%’; } pollOptionsDom += ”; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ‘ votes’; if (totalVotes > 10) { pollCount.classList.take away(“hidden”); } trackArticlePollImpression(pollData); } } operate answerPoll(e, selectedOption) { e.preventDefault(); attempt{ permutive.monitor(‘PollResponse’,{ “pagetype”: “Articlepage”, “class”: “Cricket”, “reply”: { “textual content”: e.goal.textContent }, “query”: { “textual content”: pollDataDefault.query } }); } catch (err) { console.log(err); } updatePollCountOnAnswer(selectedOption); var isDesktop = “1”; var gaPayload = { “query” : pollDataDefault.query, “reply” : e.goal.textContent, “answer_option” : selectedOption.substitute(“choice”, “Choice “), “class”: “Cricket”, “page_location”: window.location.href, } if (isDesktop) { gaPayload[“device”] = “Desktop”; } else { gaPayload[“device”] = “Cellular”; } gtag(“occasion”, “ARTICLE_POLL_RESPONSE”, gaPayload); var url = ‘https://a-gotham.sportskeeda.com/polls//response’; var information = { “poll_type”: “article”, “choice”: selectedOption } pureJSAjaxPost(url, information, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false); } operate trackSponsoredLinkClick(e) { } var articlePollImpressionTracked = false; operate trackArticlePollImpression(pollData) { var pollElement = $(“#ballot”); var intersectionObserverForArticlePoll = new IntersectionObserver( operate(entries) { entries.forEach(operate(entry) { if (articlePollImpressionTracked) return; if (!entry.goal || !entry.isIntersecting || entry.intersectionRatio
Fast Hyperlinks
Extra from Sportskeeda
0) { var pnProductNav = $(“#pnProductNav”); var pnProductNavContents = $(“#pnProductNavContents”); // Out advancer buttons var pnAdvancerLeft = $(“#pnAdvancerLeft”); var pnAdvancerRight = $(“#pnAdvancerRight”); var scrollAmount = 0; var scrollMin = 0 var scrollMax = pnProductNavContents.clientWidth; pnAdvancerRight.onclick = operate() { pnProductNav.scrollTo({ prime: 0, left: Math.max(scrollAmount += 240, scrollMax), habits: ‘clean’ }); }; pnAdvancerLeft.onclick = operate() { pnProductNav.scrollTo({ prime: 0, left: Math.max(scrollAmount -= 240, scrollMin), habits: ‘clean’ }); }; new KeedaCarousalControlsHelper({ goal: pnProductNavContents, whenFistItemInViewport: operate(entry) { pnAdvancerLeft.model.show = “none”; }, whenFistItemNotInViewport: operate(entry) { pnAdvancerLeft.model.show = “inline-block”; }, whenLastItemInViewport: operate(entry) { pnAdvancerRight.model.show = “none”; }, whenLastItemNotInViewport: operate(entry) { pnAdvancerRight.model.show = “inline-block”; } }).observeTarget(); } } var topOfDropDown = ”; operate toggleWikiDropDown(slug, stage, tag, flag, fromExplore) { var node = $(“#” + slug); if (!node) { return; } if (hasClass(node, “hidden”)) { showDropDown(slug, stage, tag, flag, fromExplore); } else { closeAllDropDown(); } } operate setDropDownPosition(component) { var WIKI_HEADER_HEIGHT = 150; if (window.scrollY > WIKI_HEADER_HEIGHT) { component.model.place = “fastened”; component.model.prime = “50px”; } else if (window.scrollY < WIKI_HEADER_HEIGHT) { component.model.place = "absolute"; component.model.prime = "236px"; } } operate showDropDown(slug, stage, tag, flag, fromExplore) { var nodeId = "#" + slug; var dropDownNode = $(nodeId); if (!dropDownNode) { return; } var rec = tag.parentNode.getBoundingClientRect(); isMenuFromExplore = fromExplore == null ? isMenuFromExplore : fromExplore; closeAllDropDown(); updateMenu(nodeId); if (flag && (stage == 0 || stage == -1)){ stage == 0 ? tag.lastChild.model.remodel = "rotate(180deg) scale(1.5)" : true; topOfDropDown = rec.prime + window.scrollY + 35 + "px"; } setDropDownPosition(dropDownNode); $('physique').appendChild(dropDownNode); dropDownNode.classList.take away("hidden"); } operate updateMenu(nodeId) { node = $(nodeId).querySelector('#back-block-0'); if (isMenuFromExplore && $(nodeId).getAttribute('data-level') == '0') { node.classList.take away('hidden'); } else if (!isMenuFromExplore && $(nodeId).getAttribute('data-level') == '0') { node.classList.add('hidden'); } } window.addEventListener("DOMContentLoaded", operate() { doc.addEventListener('click on', operate(e) { if (e.goal.className != 'drop-down-icon' && e.goal.className != 'explore-icon' && e.goal.className != 'back-block' && e.goal.className != 'wiki-submenu-item' && e.goal.className != 'wiki-menu-toggle' ) { closeAllDropDown(); } }) }); operate closeAllDropDown() { var nodes = $all(".drop-down-menu"); var menu = $all(".wiki-menu-item .drop-down-icon"); if (menu && menu.size) { for(var i = 0; i < menu.length; i++) { menu[i].style.transform = "scale(1.5)"; } } if (nodes && nodes.length) { for(var i = 0; i " modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1371423, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$(‘enter[name=”drone”]:checked’) || !$(‘enter[name=”drone”]:checked’).worth) { showErrorMessage(‘choice’); return; } if (!$(“.post-rating-feedback-note textarea”) || !$(“.post-rating-feedback-note textarea”).worth) { showErrorMessage(‘be aware’); return; } var selectedOption = $(‘enter[name=”drone”]:checked’).worth; var feedbackNote = $(“.post-rating-feedback-note textarea”).worth; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, operate() {}, true); } operate resetRatingAndFeedbackForm() { var activeStars = Array.from($all(‘.score span.rating-star.lively’)); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1371423); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1371423) >= 0) { return true; } else { return false; } } operate getRatingCountByPostId(postId) { return new Promise(operate(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + ‘/score/depend’, operate(information) { attempt { information = JSON.parse(information); if (information.meta_value) { resolve(information.meta_value); } reject(“Did not fetch score depend for the submit:” + postId); } catch (err) { reject(“Did not fetch score depend for the submit:” + postId); } }, operate(err) { reject(“Did not fetch score depend for the submit:” + postId); }, true); }); } operate showErrorMessage(messageType) { var messageContainerId = ‘#’ + messageType + ‘-error’; $(messageContainerId).classList.take away(‘hidden’); window.setInterval(operate () { $(messageContainerId).classList.add(“hidden”); }, 5000); } if (!isPostRatedByUser()) { getRatingCountByPostId(1371423) .then(operate(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.take away("hidden"); } }) .catch(operate(err){ console.error(err); }) } “+firstName+”. We’ll notify you after they publish new content material.”); } gtag(‘occasion’, motion, { ‘event_category’: ‘FOLLOW’, ‘event_label’: supply, ‘non_interaction’: true }); } else { var actionRevert = (motion == ‘comply with’) ? ‘un-follow’ : ‘comply with’; flipFollowStatus(actionRevert); } }, operate (error) { console.log(error); var actionRevert = (motion == ‘comply with’) ? ‘un-follow’ : ‘comply with’; flipFollowStatus(actionRevert); } ); flipFollowStatus(motion); } else { window.location = (‘/login?after-login=’ + window.location.href ); } }; operate setAdFloatingParams() { if ($(“.rightStickyTopWrap”) && $(‘.fragments-container’)) { $(“.rightStickyTopWrap”).model.peak = ($(‘.fragments-container’).clientHeight – 44) + “px”; } } setInterval(operate() { setAdFloatingParams(); }, 2000); window.addEventListener(“load”, setAdFloatingParams.bind(this)); window.addEventListener(“DOMContentLoaded”, operate() { var trackCopyURL = “https://a-login.sportskeeda.com/en” + “/track-events”; doc.addEventListener(“scroll”, addevents_youtube_embeds.bind(this)); doc.addEventListener(“mousemove”, addevents_youtube_embeds.bind(this)); doc.addEventListener(‘copy’, logCopyEvent.bind(this)); operate addevents_youtube_embeds() { var youtube = doc.getElementsByClassName(“youtube”); for (var i = 0; i < youtube.size; i++) { var ytURL = youtube[i].dataset.embed; var youtubeWrapper = youtube[i].parentElement; var youtubeCoverImg = youtube[i].getElementsByTagName("img")[0]; var iframe = doc.createElement( "iframe" ); iframe.setAttribute( "width", youtubeCoverImg.width ); iframe.setAttribute( "peak", youtubeCoverImg.peak ); iframe.setAttribute( "src", "https://www.youtube.com/embed/"+ ytURL); iframe.setAttribute( "frameborder", "0" ); iframe.setAttribute( "allowfullscreen", ""); youtubeWrapper.innerHTML = ""; youtubeWrapper.appendChild( iframe ); }; var iframeEmbeds = doc.getElementsByClassName("iframe-embeds"); for (var i = 0; i < iframeEmbeds.size; i++) { var iframeSRC = iframeEmbeds[i].dataset.embed; var aspectRatio = iframeEmbeds[i].dataset.aspectratio; var iframeWrapper = iframeEmbeds[i].parentElement; var iframe = doc.createElement( "iframe" ); iframe.setAttribute( "width", "100%"); if(aspectRatio) { iframe.setAttribute( "model", "peak: calc(" + iframeEmbeds[i].clientWidth + "px * " + aspectRatio + ")"); } iframe.setAttribute( "src", iframeSRC); iframe.setAttribute( "frameborder", "0" ); iframe.setAttribute( "allowfullscreen", ""); iframeWrapper.innerHTML = ""; iframeWrapper.appendChild( iframe ); } } operate logCopyEvent() { var payload = { event_type: "copy", post_id: 1371423 }; pureJSAjaxPost(trackCopyURL, payload, operate() {}, operate () { console.error('Failed to save lots of copy occasion'); }, null, true); } }); operate renderPrimaryCommentsWidget() { var primaryComments = new KeedaComments({ id: parseInt("1371423"), wpId: parseInt("3829649"), popup: false, commentsContainer: doc.getElementById("keeda-comments-container"), pageType: "submit" }); primaryComments.fetchCommentsAndRender(); setTimeout(showFeedCommentsContainer, 0); } (operate() { var followUsCTA = $(".follow-us-cta"); operate followUsGoogleNews(){ if (!followUsCTA) return; var st = window.pageYOffset || doc.documentElement.scrollTop; if ( st 300 ) { followUsCTA.classList.take away("hidden"); } else { followUsCTA.classList.add("hidden"); } } window.addEventListener("scroll", followUsGoogleNews); })(); var bottom_tagline_links = doc.querySelectorAll('.bottom_tagline_link'); for (var i = 0; i < bottom_tagline_links.size; i++) { bottom_tagline_links[i].addEventListener('click on', trackBottomTaglineClickEvent.bind(this)); } operate trackBottomTaglineClickEvent() { var sportCategory = "cricket" || "ranji-trophy-2022-23-round-6-day-4-round-up-delhi-beat-mumbai-8-wickets-bengal-rout-haryana-innings-50-runs"; var payload = { "page_url": window.location.href, "class": sportCategory, "System" : "Desktop" } gtag("occasion", "Clicks_BottomTagline", payload); } var followUsCTAs = $all(".follow-action"); for (var i = 0; i Extra from Sportskeeda
Fetching extra content material…
Supply
Click on Ads to Support Us.