”
], { 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);
});
});
})();
During the conversation, Kit Wilson disclosed that he would love to win the WWE United States Championship and cut the title belt in half. The English professional wrestler noted that he would give the other half to his injured tag team partner, Elton Prince.
“I would love to win the US Title, and I would love to cut that thing right in half, and I’ll give half to Elton [Prince]. I’ll take half. I’ll proudly wear the half. I’ll come to SmackDown, but the other half in my eyes belongs to Elton. So, I think that’s a venture I’d like to take on,” Wilson said.
You can check out his comments in the video below:
Kit Wilson opens up about getting injured in a recent WWE match
Kit Wilson lost to the returning Matt Cardona on the January 2 edition of WWE SmackDown. To make matters worse, the former NXT Tag Team Champion also suffered an injury during the match.
Speaking to Chris Van Vliet on the INSIGHT podcast, Wilson disclosed that his nose was messed up during his bout against the former Zack Ryder. He also chipped his tooth and had to see a dentist.
“Yeah. You know, you think being good friends with the very slay Chelsea Green, that maybe there would be some kind of friendship there… Matt Cardona comes out. Fantastic. I’m very excited. Messed my nose up. I don’t know if you can see I got makeup here. This was a mess for two weeks. I had two big boot marks here, which are still faintly there. I’ve chipped my tooth. I went to the dentist,” Wilson said.
On the January 16 edition of Friday Night SmackDown, Kit Wilson attacked Matt Cardone following the latter’s loss against Trick Williams in the number one contendership qualifying match for the Undisputed WWE Championship. Cardona confronted Wilson in a backstage segment the following week. It will be interesting to see when the two stars wrestle each other again.
In case you use the quotes from the first half of this article, please credit Chris Van Vliet, with an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-popular-wwe-superstar-pitches-cutting-major-title-belt?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



