”
], { 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);
});
});
})();
Joe Hendry’s debut WWE album titled Beyond Belief will be released on October 5. The RAW star recently dropped the first single of the album. In the track named Give Joe Hendry Every Single Belt (Right Now), the former TNA World Champion suggests that all the problems in the world would be solved by handing him over all the title belts without any defense.
Joe Hendry is currently feuding with The Judgment Day on Monday Night RAW with Je’Von Evans by his side. After losing to Dominik Mysterio at Sunday Night’s Main Event, Hendry defeated JD McDonagh last week on the red brand’s show.
Joe Hendry opened up about not being able to wrestle WWE megastar
Joe Hendry has often spoken about his admiration for 17-time world champion John Cena. The veteran retired from in-ring competition last year after competing against several popular stars during his Farewell Tour.
While many fans expected that, given his rising popularity, Joe Hendry would be one of the opponents, it never materialized. During his appearance on INSIGHT with Chris Van Vliet earlier this year, Hendry opined that he did not do enough to get the opportunity to wrestle The Cenation Leader.
“I think the thing is, to me, something either happens or it doesn’t. Ultimately, I have to put the responsibility on myself. I didn’t wrestle John Cena because I didn’t do enough to make me an obvious choice to wrestle John Cena. So I didn’t do enough somewhere along the way, and that I feel led into the motivation that I needed in NXT, because it made me realize. Because if you think about it, I’m going, ‘I’ll wrestle at the Royal Rumble, I’ll wrestle at WrestleMania,’ and I’m saying this crazy stuff, and it’s happening,” Hendry said.
Joe Hendry has been a great addition to WWE’s main roster. It remains to be seen whether the creative team has any massive plans for the star going 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-wwe-newcomer-pushes-every-single-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













