”
], { 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);
});
});
})();
Meanwhile, on a recent edition of Fightful Select Answers, Sean Ross Sapp pitched a blockbuster match between The Celtic Warrior against the Stone Pitbull, Tomohiro Ishii. The wrestling insider was confident the bout could happen in the near future and especially noted that the size difference between the two athletes could make for an incredible story if told well.
I honestly think it will happen. The size difference is going to be startling to some, though. But I do think the match will happen, and I think it will be incredible based off that size difference and the story that they’ll tell. I don’t think Sheamus is done at all. It’s not gonna happen until the fall at least,” Sapp said.
Tomohiri Ishii is a wrestling legend in Japan. The 50-year-old is signed to NJPW, but has also appeared recently on AEW and ROH, owing to the partnership between the promotions.
Sheamus Changes His Name And Look After WWE Departure
Before a possible dream bout against the much smaller Tomohiro Ishii, The Celtic Warrior made some changes to his wrestling persona.
On social media, he changed his name to S Farelly and it appears that is the ring name he could be using going forward. He also appears to have grown his beard out and it is possible that is the look he could use henceforth.
WWE is known to not let their stars use the names trademarked by the promotion, and that is the reason the 48-year old has changed his name, as he looks to continue his wrestling career away from the Stamford-based company.
`;
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-blockbuster-sheamus-match-following-wwe-exit-pitched-one-major-reason-why-it-could-happen?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













