”
], { 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);
});
});
})();
In an exclusive video posted on WWE’s X handle, Ricky Saints interrupted Rey Fenix and Byron Saxton. Saints claimed that Fenix wasted his time pursuing the World Heavyweight Championship on RAW. The Absolute then demanded that the AAA World Cruiserweight Champion defend the gold against him.
Axiom, who was with Rey Fenix at the time of the interview, didn’t like Ricky Saints’ idea. However, Fenix said he was sick of the former AEW World Tag Team Champion’s antics. He ultimately agreed to put his title on the line against Saints on the upcoming episode of SmackDown in Mexico City.
The September 11 edition of SmackDown will take place at the iconic Arena CDMX in Mexico. Fenix will likely have a home field advantage in the championship defense because he hails from Mexico City.
WWE Has Curated a Stacked Lineup for Next Week’s SmackDown
The lineup for the upcoming episode of SmackDown in Mexico City seems stacked from start to finish. Besides the AAA World Cruiserweight Championship match, WWE has booked three title bouts for the show.
After a victory over Johnny Gargano, CM Punk will finally square off against Sami Zayn in a rematch for the Undisputed WWE Championship. Meanwhile, Chelsea Green will battle a dominant Nia Jax in a Women’s Title bout.
AAA World Tag Team Champions The War Raiders will defend their gold against R-Truth and Damian Priest. Nikki Bella and Paige, who have been feuding since SummerSlam, will also get the chance to settle their differences in a grudge match on SmackDown.
It will be interesting to see which stars will walk out of Mexico with championship gold around their waist.
`;
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-wwe-confirms-another-championship-match-smackdown-next-week?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













