”
], { 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);
});
});
})();
Here are four things Triple H got right on this week’s WWE RAW:
#4. Roman Reigns and LA Knight’s segment
Roman Reigns showed up this week on RAW and cut a sharp promo in the ring. The OTC addressed the recent turmoil around him, lambasting Solo Sikoa for not joining his family. Before he could talk about LA Knight, the latter interrupted him. The Megastar mocked Reigns and took some sarcastic jabs at him. The segment ended with the champ knocking out Knight backstage.
At a time when Roman Reigns should be completely focusing on the Number One Contender tournament that would determine his challenger, the champ is dealing with LA Knight. WWE has been running two storylines simultaneously, and much of the credit goes to Triple H. The Game did an incredible job by showcasing a gradual progression in the Knight-Reigns rivalry.
#3. Booking Royce Keys and OTM in a dominant fashion
Royce Keys made a shocking return last week on RAW along with Bronco Nima and Lucien Price, wreaking havoc in the main event. The newly formed faction continued their carnage this week. They launched an unhinged attack on Jey Uso and Jimmy Uso at the parking lot backstage, completely obliterating the two brothers and making a bold statement.
WWE showcased Royce Keys and OTM as a menacing unit this week on RAW, accentuating their impact. Triple H did an incredible job by ensuring that the newly formed alliance continues its dominance for the second straight week. It was exactly how WWE should have booked Keys and Co. following their blockbuster arrival on the roster.
#2. Joe Hendry returning to Monday Night RAW
Joe Hendry is one of the most loved superstars on the roster, but he has been away from WWE television for quite some time now. His unexplained hiatus had started to create concern among fans, with everyone questioning Hendry’s whereabouts. But this week on RAW, The Prestigious One finally made a surprise return and came to the aid of Je’Von Evans.
Just when Evans was suffering a two-on-one ambush from Dominik Mysterio and JD McDonagh, Joe Hendry showed up to take on The Judgment Day. Bringing him back was one of the things Triple H got right because keeping Hendry on the bench for too long could have made him an afterthought. It will be interesting to see what WWE does with him from here on.
#1. Penta winning the Number One Contender tournament
Penta and Fenix collided in the blockbuster finals of the Number One Contender tournament for the World Heavyweight Championship this week on RAW. The two superstars delivered a jaw-dropping performance, leaving everything in the ring. From high-flying action to close kick-outs, this match had every bit of emotion and thrill that kept fans on the edge of their seats.
But Penta eventually emerged victorious. He will face Roman Reigns for the World Heavyweight Championship next month in Mexico. Triple H made the right call by letting the 41-year-old luchador win the tournament. Penta vs. Reigns is a dream showdown that fans have been clamoring to see and it doesn’t get any bigger than this match happening in Mexico.
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/4-things-triple-h-got-right-wwe-raw-before-sunday-night-s-main-event?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


