”
], { 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);
});
});
})();
Penta and Rey Fenix reunited to re-form The Lucha Brothers. Meanwhile, Fatal Influence went to war with three of the biggest female superstars in AAA. Four promising upstarts, including Mini Vikingo and Je’Von Evans, squared off to determine the Number One Contender for the AAA World Cruiserweight Championship.
Overall, the show was stacked from start to finish. It included several memorable moments, such as an appearance from Oba Femi.
Roxanne Perez’s rough patch in WWE continued at Worlds Collide
Roxanne Perez challenged La Catalina for the AAA Reina de Reinas Championship at Worlds Collide. She earned the title shot earlier this month at Triplemania 34. Unfortunately for The Judgment Day member, she failed to win the coveted title from Catalina in Chicago.
Perez has yet to capture a singles championship since leaving NXT. It seems like The Prodigy may have to wait a little longer to accomplish her goal.
The Lucha Brothers (Rey Fenix & Penta) had a triumphant reunion
Rey Fenix and Penta recently delivered a stellar match on WWE RAW for the right to face Roman Reigns. This was followed by Cero Miedo almost defeating the OTC for the World Heavyweight Championship. Tonight, The Lucha Brothers revisited their roots to tackle a heel group.
Penta and Fenix locked horns with Daga and Berto of Los Perros del Mal. The former AEW World Tag Team Champions reigned supreme and proved that they are still among the best tandems in the business.
Dragon Lee returned to winning ways
Dragon Lee came scarily close to winning the Intercontinental Championship from Chad Gable in Mexico City. Despite his loss, Lee received widespread praise for his performance in the title match.
The former World Tag Team Champion bested Jack Cartwheel at Worlds Collide in a one-on-one match. With the triumph, Lee arguably gained momentum as a singles competitor after some recent losses.
Fatal Influence picked up yet another win at Worlds Collide
Fatal Influence currently holds the Women’s United States and Women’s Tag Team Championships. The group’s members have shared the ring with countless top names, such as Paige and Chelsea Green, since joining the main roster.
At Worlds Collide, the heel faction defeated Flammer, La Hiedra, and Maravilla in a six-woman tag team contest.
AAA secured a big victory over NXT
In recent months, fans have witnessed many crossovers between AAA and NXT. Tonight, at Worlds Collide, Mr. Iguana, La Parka, Adelicious and Mascarita Sagrada went toe-to-toe with one of the biggest teams from WWE’s black-and-silver brand. The squad from AAA beat The Vanity Project in Relevos Atómicos de Locura.
Mini Vikingo has a bright future in pro wrestling
Mini Vikingo recently competed in arguably the best match of Triplemania 34. At Worlds Collide, he and three other superstars again delivered a stellar showdown.
Vikingo defeated Je’Von Evans, Ek Prosper, and Axiom to become the Number One Contender for the AAA World Cruiserweight Championship. He has now earned the right to challenge Rey Fenix.
CM Punk brought back an iconic gimmick
The main event of Worlds Collide saw CM Punk, Rey Mysterio, and El Grande Americano join forces to take on Dominik Mysterio, JD McDonagh, and Omos in a six-man tag team match. Punk brought back his Straight Edge Savior gimmick from his first run in WWE.
The babyface trio defeated The Judgment Day and The Nigerian Giant on the show. Following the match, the heels launched an attack on Punk & Co. Fortunately for the faces, Oba Femi made the save, engaging in a confrontation with Omos.
Worlds Collide full results
- La Catalina (c) defeated Roxanne Perez (AAA Reina de Reinas Championship match)
- The Lucha Brothers (Penta & Rey Fenix) defeated Los Perros del Mal (Daga & Berto) (Tag team match)
- Fatal Influence def. Las Toxicas (Flammer, La Hiedra & Maravilla) (Six-woman tag team match)
- Dragon Lee defeated Jack Cartwheel (Singles match)
- Mr. Iguana, La Parka, Adelicious, and Mascarita Sagrada defeated The Vanity Project (Relevos Atómicos de Locura)
- Mini Vikingo defeated Axiom, Je’Von Evans, and Ek Prosper (Fatal Four-way match to determine the Number One contender for the AAA World Cruiserweight Championship)
- CM Punk, Rey Mysterio, and El Grande Americano defeated Dominik Mysterio, JD McDonagh, and Omos (Six-man tag team match)
`;
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-worlds-collide-2026-full-results-spoilers-cm-punk-brings-back-decade-old-gimmick-oba-femi-crashes-main-event-roxanne-perez-buried?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













