”
], { 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);
});
});
})();
On the second night of TripleMania, La Catalina ended La Flammer’s historic 1,128 day reign to become the new Reina de Reinas Champion. WWE announced that Catalina will defend her newly won Championship against the Prodigy at this Sunday’s Worlds Collide event. A fan shared a graphic for the Reina de Reinas title match and asked if Roxanne should become the new Champion in Chicago. La Catalina saw this and responded to the post by claiming that won’t happen.
“No. Lo siento 😊,” she wrote.
Fans are excited to see who will leave Chicago as the new AAA Reina de Reinas Champion.
Roxanne Perez sent a warning to La Catalina after her title win
TripleMania XXXIV was a major success for both WWE and AAA as the two-night event featured some really great matches. El Grande Americano defeated Dominik Mysterio in the main event of Night 2 to become the new AAA Mega Champion. At the same event, La Catalina ended La Flammer’s historic reign and was getting interviewed after her win. Roxanne Perez showed out of nowhere to interrupt her and sent her a warning ahead of their match at Worlds Collide.
“Congratulations Catalina. What a beautiful moment. Enjoy, ok? Because at Worlds Collide, I am going to prove to you why the prodigy is always one step ahead. Your moment ends there,” she said.
It would be shocking if Roxanne Perez ends up defeating La Catalina at Worlds Collide.
`;
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-should-roxanne-perez-become-aaa-reina-de-reinas-champion-la-catalina-responds?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













