”
], { 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);
});
});
})();
Sami Zayn captured the United States Championship from Carmelo Hayes on the March 27 edition of SmackDown and successfully defended the title against the veteran two weeks ago on the blue brand in their rematch. Zayn will be putting the title on the line against Trick Williams at The Show of Shows this weekend.
Cody Rhodes is set to defend the Undisputed WWE Championship against Randy Orton at WrestleMania 42. The American Nightmare will be delivering a message later tonight on SmackDown ahead of their title match.
Tiffany Stratton and Jordynne Grace are also scheduled to compete tonight to determine the number one contender for Giulia’s Women’s United States Championship. Stratton was originally supposed to battle Giulia for the title on SmackDown, but the match was changed ahead of tonight’s show.
WWE legend praises Pat McAfee and claims he has real heat
Wrestling veteran JBL recently suggested that Pat McAfee had real heat with WWE fans after he was inserted into the storyline with Cody Rhodes and Randy Orton.
Speaking on the Something to Wrestle With podcast, JBL complimented the former NFL punter and stated that fans were talking about him, which meant he had real heat.
“It just blows me away when a guy gets heat like this, people go, ‘Oh, no, no, no. It’s go away heat.’ No, it’s not. You’re talking about it. If it was go away heat, you would not be talking about it because you would not like it. You would not even mention it. It’s real heat. And people look out there, they want to have heels to my fans. They want to have heels, but they want to be in on it,” he said.
You can check out JBL’s comments in the video below:
It will be interesting to see which WWE star wins the Andre the Giant Memorial Battle Royal tonight on SmackDown.
`;
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/rumor-wwe-smackdown-main-event-revealed-reports?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













