”
], { 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);
});
});
})();
Kit Wilson took to social media ahead of this past Friday’s show and noted that he was devastated. He then suggested it was Danhausen’s fault he wasn’t able to make it. Wilson continued to taunt the popular star on social media on “Toxic Tuesday” today, and you can check it out in the image below.
Wilson used to be in a tag team with Elton Prince, known as Pretty Deadly. Elton Prince suffered a major neck injury in May 2025 and has not been able to return to the ring.
WWE star Kit Wilson shows respect for Jelly Roll
Kit Wilson recently opened up about working with Jelly Roll in WWE and noted that he respected the musician.
Jelly Roll defeated Wilson in a singles match on the March 27, 2026, episode of SmackDown. In an interview with Complex, Wilson noted that Jelly Roll lost a ton of weight, and he respected him for wanting to contribute to the wrestling business.
“I grew up a life-long fan of this product, and I have seen and watched countless celebrities come in, and you can tell as a viewer and as a fan, as someone who loves this, whether that celebrity that’s come in knows what they’re talking about. We know whether they love it or not, and Jelly Roll, love him or hate him, he loves this. He’s lost 100s of pounds, he’s working hard in the gym, he’s working hard with his team. This man is a massive celebrity; he doesn’t need to be here. But he is here because he wants to contribute in a positive way, and for me as a WWE Superstar, I can’t help but respect that,” said Wilson.
It will be interesting to see what WWE has planned for the rivalry between Kit Wilson and Danhausen moving forward.
`;
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/news-kit-wilson-lashes-fellow-wwe-star-forced-miss-smackdown?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













