], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

As per PWInsider, court records have revealed that 2 Cold Scorpio’s trial, which was set to take place on January 26, 2026, has been postponed. It has now been set for August 3 instead, which is an eight month delay.

The records stated that the delay was granted because Scorpio’s attorney made the request. Details of why the delay happened is not clear at this time.

The ex-WWE, WCW, and ECW star was arrested back in June 2024 in KAnsas City and charged with first-degree asssault and armed criminal action. This happened becauise he got in a fight with a man at the Love’s Travel Stop. Scorpio was working at the location in his role as a security guard, when a man came with a cigarette, and Scorpio told him to put it out. The man was under the impression that it had already been extinguished, but has admitted that it might not have been.

This resulted in them getting into a fight, with TMZ reporting on the matter as well.

“During the scuffle, Scaggs told authorities he pulled a knife from his pocket and stabbed the guy in self-defense. The wrestler said the altercation went on for several more moments — and in the squabble, he got in a few more stabs too. Cops say when they arrived on the scene, they found the guy who was stabbed lying on the ground … bleeding from his head, chest, buttocks, legs and abdomen.”

The ex-WWE star has pleaded not guilty. This is also the second delay to the trial date, as it was delayed before in October 2025 so that Scorpio’s attorneys would have enough time to “adequately prepare” for the trial.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/rumor-breaking-another-unfortunate-update-in-horrifying-trial-of-ex-wwe-star-who-stabbed-person-multiple-times?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version