”
], { 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 the match, Brandi Rhodes was briefly involved when she threw a drink on Orton’s face. At one point, Cody even drove Randy face-first into the steps, causing him to start bleeding. Referees came to check in, but the match progressed and turned out to be in The Viper’s favor. He low-blowed The American Nightmare twice when the referee was knocked out. Taking advantage, Orton RKO’d Rhodes and slowly went for a pinfall to win.
What else happened on WWE Sunday Night’s Main Event?
In a pre-show match, Dominik Mysterio defeated Joe Hendry. Then, to officially start WWE Sunday Night’s Main Event live from Atlanta, the hometown’s own Lil Yachty was up against Baron Corbin. The Grammy-nominated artist survived for five minutes against The Lone Wolf, which counted as a win. As a result of this stipulation, Trick Williams quickly received a rematch against Corbin for his United States Championship.
Trick defeated Baron to regain his US title. Oba Femi then defeated yet another Atlanta native, Bron Breakker, via disqualification. Bronson Reed made his awaited comeback, interfered in the match and attacked The Ruler. Next up, the Baddies faction of Jade Cargill, B-Fab, and Michin defeated Charlotte Flair, Alexa Bliss, and Tatum Paxley.
Then, in the aforementioned main event, Randy Orton came out on top against Atlanta’s hometown hero, Cody Rhodes.
`;
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-what-happened-wwe-sunday-night-s-main-event-went-air?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













