”
], { 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);
});
});
})();
His on-screen personality has appealed to the fans, and his popularity is only going upwards now that he is with the sports entertainment giant. However, he could have been with them almost 10 years ago but decided against pursuing the opportunity.
In an interview with Metro UK, Hendry talked about his appearance as an extra on RAW in 2014 as Rusev and Lana’s lawyer. He mentioned how a backstage conversation with William Regal helped him in his pro wrestling journey.
“I can remember most of that conversation, and it’s really guided a lot of my decisions in the professional wrestling business. So actually, that conversation with William Regal was probably one of the most important moments in my career,” he said.
The former TNA World Champion revealed there was an opportunity to sign with WWE after the 2016 United Kingdom Championship Tournament in Blackpool. However, he decided not to pursue a contract.
“I personally don’t think I was ready to be in WWE at that point. I felt I needed to travel the world to get the skills required to perform in WWE at the highest level and discover who I was as a performer,” he added.
Joe Hendry successfully defended the NXT championship this week
Last week, Joe Hendry won a seven-man ladder match for the vacant NXT title.
This week, he started the show with a promo and was interrupted by the Vanity Project. After an exchange, a brawl started with the faction coming out on top. This led to a championship match between Hendry and Jackson Drake later in the night.
An entertaining match saw Hendry retain his title after a powerbomb, but he was attacked after the match by Ricky Saints.
`;
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-37-year-old-star-turned-wwe-opportunity?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













