”
], { 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);
});
});
})();
He said sometimes wrestlers exhaust themselves mentally and emotionally over issues that don’t matter in the long run and lose perspective of what they have achieved. He said sometimes talents obsess over small things that nobody else cares about.
“I see them, there are moments in time when agents or other talent come up to me, and they’re like, ‘I swear to God, if this person says this one more time today, I’m going to lose my mind.’ Because they’re just so obsessed with this one little nugget of something that everyone else around them is like, ‘Who cares?’” he added.
The Cerebral Assassin said that people create “misery” for themselves based on the assumption that if they don’t get to a certain level, they are not successful.
“The misery that people create for themselves based around certain places. Like where they don’t get to, or they’re right there, but yet they have this unbelievable run,” he added.
Triple H revealed conversation with AJ Styles after his retirement
During the conversation with Cody Rhodes, Triple H also talked about helping the talent build a career beyond the ring.
He then addressed how AJ Styles told him that he was only done with wrestling in the ring but still wanted to be in the business. This led to the Phenomenal One trying his hands on the creative process and even attending production meetings. However, Triple H mentioned that Styles realized these weren’t the roles for him.
It eventually led to Styles signing a new deal with WWE to help train talent in the promotion while scouting for new names at the same time.
If you use quotes from this article, please credit What Do You Want to Talk About? With Cody Rhodes and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-triple-h-calls-out-miserable-wwe-talent-who-cares?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













