”
], { 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);
});
});
})();
Triple H reacted to Yacthy’s appearance with a two-word message on Instagram. He also shared a video of himself greeting the rapper and Williams backstage on SmackDown.
Check out Triple H’s post on Instagram:
Williams will make his WrestleMania debut this year. He is set to continue his feud with Sami Zayn and will challenge the new United States Champion for the title at The Grandest Stage of Them All. Williams played a crucial role in Zayn’s crowning moment after the new champion answered Carmelo Hayes’ US Open Challenge.
Cody Rhodes spoke highly of Trick Williams
Cody Rhodes has stated that Trick Williams has a bright future ahead of himself. The former NXT Champion has taken the main roster by storm since moving up.
Speaking on The Nikki and Brie Show, the Undisputed WWE Champion said the following about Williams:
“The guys who taught me that I’d be jealous of and want that spot and want that role and see their face on the truck year after year after year after year, they weren’t lying, right? It’s a lot more fair business than you think. And lately, I’ve been a total schmuck on some of these podcasts I’ve been on talking about people leaving early and stuff like that. But I’m trying to give the hint to somebody. Like Trick Williams is staying till the end of the night, guys. Like, he’s ready for, you know what I’m saying? Like, just do the work. Do all of it, and at least you’ll have given yourself a fair chance,”
Williams will aim to dethrone Zayn and end his reign as the United States Champion.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-hypes-wrestlemania-42-trick-williams-brings-lil-yachty-wwe-smackdown?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


