”
], { 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);
});
});
})();
That said, Stevie Richards believes that The Game could be lured back for the right amount of money. Speaking on his Stevie Richards podcast, the former WWE star added that a lucrative offer to wrestle in Saudi Arabia could convince HHH to go back on his word and wrestle again for the first time this decade.
“Oh yeah, Saudi Arabia. I’m still standing by my prediction. Jeez, they give me enough money, I’ll be like “Ah, just give me some torto on my back and a private jet. I’ll be good,” said Richards. (H/T – TJRWrestling)
Triple H on transitioning from a wrestler to an executive in WWE
In a recent interview, Triple H outlined the myriad challenges of assuming a backstage role after spending decades as a wrestler. The Game explained that, unlike his time as a performer, when the discussions were mostly centered around what would happen in the ring, he had to cover a lot of ground now and ensure everyone was on the same page.
“When you’re a WWE Superstar, your focus is singularly on you. When you switch to being an executive, it’s about everybody else. Your job goes from being singularly focused to this wide net of everything that you have in front of you. And it’s dealing with people. But it’s a lot easier to deal with them when you get to slam them, than it is when you can’t slam them and just have to talk to them,” he said.
Despite the various speculations, it’s safe to say the chances of Triple H competing again are quite slim due to age-related issues and mounting workload.
`;
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-give-enough-money-5-time-wwe-heavyweight-champion-coming-retirement-6-years-wwe-according-stevie-richards?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













