”
], { 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);
});
});
})();
#4. WWE Saturday Night’s Main Event Results
WWE hosted a Saturday Night’s Main Event on May 23 in Fort Wayne, Indiana, with many notable names in action. The show was headlined by the World Tag Team Championship match, as Logan Paul and Austin Theory put their titles on the line against The Street Profits. The show also consisted of two more title matches, along with two non-title bouts.
Here are the complete results from the show:
- Jade Cargill, Michin, and B-Fab defeated Rhea Ripley, Charlotte Flair, and Alexa Bliss
- Women’s Intercontinental Championship: Sol Ruca defeated Becky Lynch by disqualification
- Intercontinental Championship: Penta defeated Ethan Page
- Women’s Tag Team Championship: Paige and Brie Bella defeated The Irresistible Forces (Lash Legend and Nia Jax)
- World Tag Team Championship: The Vision (Logan Paul and Austin Theory) defeated The Street Profits (Angelo Dawkins and Montez Ford)
#3. Rey Mysterio gets a new role
Rey Mysterio has not wrestled much on WWE programming this year due to ongoing health issues. However, the Hall of Famer has taken up a new role in another promotion, as he was announced as the new General Manager of Lucha Libre AAA.
Rey commented on his new role, noting that it was a full-circle moment for him, as he began his career in the very same venue where he was revealed as the new General Manager. The veteran promised to help elevate AAA to a new level.
#2. Huge announcement on Roman Reigns’ future
Roman Reigns has been embroiled in a feud with Jacob Fatu since winning the World Heavyweight Championship at WrestleMania 42. The two real-life family members will collide for the title at Clash in Italy, where they will face off in a Tribal Combat match. Roman and Jacob will also be present on the upcoming edition of RAW, where they will sign the contract for their bout.
The OTC and The Samoan Werewolf also locked horns at Backlash, where the former was able to come out on top. However, Fatu attacked Reigns after the match to continue the rivalry. Their feud will likely culminate at WWE’s upcoming premium live event, as the two Samoan’s will face off in a Tribal Combat match.
#1. Charlotte Flair suffers a wardrobe mishap
Charlotte Flair was in action at Saturday Night’s Main Event, where she joined forces with Alexa Bliss and Rhea Ripley to take on Jade Cargill, B-Fab, and Michin. Things did not go the Queen’s way at the show as her team was on the losing end of the match. However, that was not the 14-time women’s champion’s only worry as she also suffered a wardrobe mishap during the match.
During a sequence with Michin, Flair’s tights slipped down, exposing her innerwear. WWE also failed to cut away during the moment, making it one of the most talked-about incidents from Saturday Night’s Main Event.
`;
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/wwe-news-roundup-charlotte-flair-suffers-wardrobe-mishap-new-role-rey-mysterio-huge-roman-reigns-announcement?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













