”
], { 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);
});
});
})();
“Who will step up to HIM?! @Carmelo_WWE holds a United States Open Challenge TONIGHT on #SmackDown!”
Rhea Ripley and IYO SKY are scheduled to defend the Women’s Tag Team Championships against Nia Jax and Lash Legend during tonight’s show. Oba Femi will be squaring off against The Miz, and Solo Sikoa is set to battle Uncle Howdy in a singles match. Candice LeRae and Jordynne Grace are scheduled for a bout tonight as well.
Carmelo Hayes reveals he looks up to major WWE star
United States Champion Carmelo Hayes recently disclosed that he looked up to CM Punk growing up.
Speaking on the Beyond The Bell Podcast, Melo noted that Punk had tears in his eyes when he won the United States Championship. He added that The Second City Saint is a mentor to many rising stars backstage.
“He’s actually a guy I’ve been watching obviously since I was a kid. I’ve looked up to CM Punk and he’s been a mentor to a lot of the younger guys backstage, despite what people want to say. He’s always been a mentor to a lot of us and he’s always excited to see us have our first moments. I remember when I won the title, he was in Gorilla with a tear in his eye. I couldn’t believe it. I’m like, ‘Bro, why do you care so much?’ But it’s also just him seeing other people have these accomplishments for their first time and remember where he was when he had his first accomplishment. It’s just very cool that he’s like that,” he said.
It will be fascinating to see which WWE star answers Carmelo Hayes’ Open Challenge for the United States Championship 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/news-major-stakes-wwe-title-match-announced-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













