”
], { 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);
});
});
})();
“Ilja Dragunov is another guy I wanted to wrestle. He’s just a lunatic. Same as me. He just wants to go out there, put the best fight he possibly can on. Ilja’s another one I never got a chance to dance with, but if he gets a good opportunity, Ilja will be a big hit,” he said. (H/T: WrestlePurists)
You can check out the full interview in the video below:
Dragunov has not competed in a match since the Andre the Giant Memorial Battle Royal, won by Royce Keys in April. Sheamus reportedly turned down a restructured contract offer by WWE and is set to become a free agent in October. He teamed up with John Cena and Rey Mysterio to defeat The Judgment Day in his last match with the company in November 2025.
Eric Bischoff comments on WWE’s booking of Sheamus
Wrestling legend Eric Bischoff commented on the company’s booking of Sheamus and stated that he would have used him differently.
Speaking on the 83 Weeks podcast, Bischoff shared that he would have booked The Celtic Warrior as a more modern character but with the same attitude.
“I saw so much more in him. I would have made his character more relatable and current, Bischoff said. I felt like the kind of animated, typical badass Irish guy had been done to death. I would have liked to have seen Sheamus come back with the same attitude, the same motivations, the same points of view on things, but in a less animated kind of lucky charms type characterization,” Eric Bischoff said.
It will be fascinating to see what the future holds for the 48-year-old following his WWE exit.
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-sheamus-names-former-wwe-champion-someone-wanted-work?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




