91³Ô¹ÏÍø

Watch CBS News

Ye Objects To Kardashian Bid For Expedited Divorce Declaration

LOS ANGELES (CBSLA) - The growing divorce drama between Kim Kardashian and Ye -- the rapper formerly known as Kanye West -- took another legal turn this week, with Ye filing court papers objecting to the fashion and reality TV mogul's request to have their split finalized by a judge.

In a 40-page document filed Wednesday in Los Angeles Superior Court, Ye's attorneys make a series of technical objections to Kardashian's bid to have the pair declared legally single as early as next month, even before details on dividing property and determining custody of their children are finalized.

The attorneys argue that several issues need to be resolved before the pair can be declared officially divorced, such as protection of joint trusts or financial accounts, even though the pair did sign a prenuptial agreement.

"This is not an extravagant request," according to Ye's court documents. "This condition merely maintains the parties in the same position they are now."

The document also asks that Kardashian waive any future marital privilege in the event she gets re-married before the financial and custody issues with Ye are settled.

In effect, the request is an effort to ensure Ye's attorneys will be able to explore any discussions Kardashian has with her new husband if she gets remarried.

Ye's attorneys note in the filing that "terminating marital status before custody, property and support issues are resolved creates a risk of adverse consequences."

A hearing in the divorce case is scheduled for March 2.

Kardashian filed for divorce a year ago, but the case has languished for months. She filed court papers late last year asking that the divorce be expedited and that the couple both be declared single while allowing other matters to be resolved later.

Ye has been publicly vocal about his interest in reconciling with Kardashian. But both of them have been seen dating other people in recent months. Most notably, Kardashian has been in the company of "Saturday Night Live" performer Pete Davidson since she hosted the show in October.

The couple has been married since mid-2014, and they have four children.

The divorce will be the third for Kardashian and the first for Ye.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });