”
], { 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);
});
});
})();
TripleMania 34 Night 1: Omos does the unthinkable and injures Rey Mysterio
In the main event of the first night, Omos faced Rey Mysterio in a match where, if the giant won, he would be reinstated from his suspension, whereas if the WWE legend won, the giant would be forced to leave AAA forever. At the end of the night, it was Omos who won, despite the best attempts of the Hall of Famer.
However, it was what happened after the match was done that made headlines, as he continued the attack on Mysterio. While the star was strapped down to a stretcher, he continued to beat the star up and hit him with a chokeslam through a commentary table.
The full results are below:
- Adelicious, Mascarita Sagrada, and Mini Vikingo defeated Lady Shani, Jack Cartwheel, and Mini Abismo Negro
- Los Americanos defeated Fraxiom, Tokyo Bad Boys, and Latino World Order
- Roxanne Perez defeated Faby Apache, Natalya, and La Hiedra to become the No. 1 Contender for the AAA Reina De Reinas Championship
- La Parka Defeated Laredo Kid and Mr Iguana in the AAA Latin American Championship
- Los Perros del Mal defeated Los Psycho Circus
- Omos defeated Rey Mysterio
TripleMania 34 Night 2: Dominik Mysterio betrayed by his father
After his involvement in his father’s match against Omos, the inevitable happened, and Dominik Mysterio lost the title thanks to Rey Mysterio’s arrival. After the referee was taken out and multiple run-ins had taken place during El Grande Americano’s match against him for the AAA Mega Championship, the Hall of Famer appeared in a neck brace and referee shirt to count the three-fall.
Americano is now the new champion.
The full results are below:
- Omos won the 15-man Copa Bardahl
- La Catalina defeated Flammer to win the AAA Reina de Reinas Championship
- Rey Fenix defeated Jack Cartwheel, Mini Vikingo, and Nathan Frazer to retain the AAA World Cruiserweight Championship
- The Wagner Brothers defeated The War Raiders to become the new AAA World Tag Team Champions
- El Grande Americano defeated Dominik Mysterio to become the AAA Mega Champion
It remains to be seen what’s next for Dominik.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-aaa-triplemania-34-full-results-night-1-2-dominik-mysterio-loses-to-top-name-rey-mysterio-betrays-his-own-son-major-star-returns-from-suspension?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



