], { 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. The Vision takes out Oba Femi at WWE Worlds Collide

Rey Mysterio announced Oba Femi as a special appearance for Worlds Collide #LuchaLibreAAA #AAAenFOX

Oba Femi and The Vision are currently involved in a heated storyline on Monday Night RAW. At Sunday Night’s Main Event on Sept. 6, The Vision destroyed The Ruler, thanks to Bronson Reed’s return.

Following this, on a subsequent RAW episode, the heel faction overpowered Femi when he sought revenge. As the former NXT Champion is set to appear at Worlds Collide, The Vision may attempt to send another message.

With this, it’s safe to predict that The Vision will take out Oba Femi at the upcoming event.


#3. Penta turns heel on Rey Fenix

WWE is now pushing Penta as a singles star on the Adam Pearce-led brand. The masked man recently locked horns with Roman Reigns in a World Championship match. Despite his efforts, the former AEW star failed to capture the championship.

At WWE Worlds Collide, Penta will team up with Rey Fenix to face Perros del Mal. If Penta loses this match, a major twist could unfold, with him turning heel on the 35-year-old star.

This could be done to push Penta as a heel star on Monday Night RAW ahead of Money in the Bank 2026.


#2. Roxanne Perez becomes AAA Reina de Reinas Champion

At WWE’s Worlds Collide, Roxanne Perez will lock horns with La Catalina for the AAA Reina de Reinas Championship. Liv Morgan is a former Women’s World Champion, while Raquel Rodriguez is the current Women’s Intercontinental Champion.

Perez is the only female member of The Judgment Day who is struggling. Another bold prediction for this show is that Roxi wins the AAA Reina de Reinas Championship by dethroning La Catalina at Worlds Collide.


#1. Rey Mysterio finally exacts revenge on Omos

Omos destroyed Rey Mysterio at a recent AAA event, and The Master of the 619 now has the opportunity to get revenge on the Nigerian Giant.

At the upcoming show, the Hall of Famer may finally settle the score with Omos, especially with CM Punk and El Grande Americano by his side. Rey can overpower Omos with the babyface stars’ help and get his redemption.

Why did you not like this content?


`;
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/4-bold-predictions-wwe-worlds-collide-2026?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

Leave A Reply

Exit mobile version