”
], { 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);
});
});
})();
Fast forward to 2026, and the opportunity is there for The Game to try to recreate that magic. The potential candidates for this storyline are Sami Zayn, the emotional heart of WWE SmackDown, and Trick Williams, the rising star known for his “Whoop That Trick” persona.
For weeks on the Friday night show, fans have seen a different side of Sami Zayn. After his heartbreaking loss in the Elimination Chamber and his recent comments about the “world he believes in not existing,” the Underdog from the Underground is starting to show signs of mental and emotional strain.
Zayn’s ongoing moral crisis has caused him to become aggressive toward fans and colleagues. He believes that trying to do the right thing only results in failure. Given his attitude and circumstances, Sami is well-suited to assume the role of the Bret Hart character, a seasoned veteran who feels that the world has moved on and abandoned his principles.
On the other hand, Trick Williams has become impossible to ignore since his arrival on Friday Night SmackDown. Although he’s acting with an attitude that sometimes makes him seem like a heel, the crowd still sings his song in the ring.
If WWE eventually pits these two together at WrestleMania 42, the chemistry is already there. We’ve seen the tense face-to-face segments since January. The physical brawls have shown that Trick has the grit to play the Austin role: the defiant newcomer who won’t stay down, no matter how much the veteran tries to teach him a lesson.
While this angle seems far-fetched, it is not entirely impossible. Only time will tell if Triple H will consider pulling the trigger on this move.
WWE could eventually crown Sami Zayn a world champion after WrestleMania 42
If the above scenario materializes and Sami Zayn fully turns heel at WrestleMania 42, WWE could consider crowning him a world champion after The Show of Shows.
Triple H and his creative team could book Zayn to win the 2026 Men’s Money in the Bank Ladder Match. If that happens, he could then successfully cash in the coveted contract to win a world title. However, this angle is speculative.
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/triple-h-recreate-iconic-double-turn-29-years-wwe-wrestlemania-42-exploring-possibility?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


