], { 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);
});
});
})();

Out came the General Manager of AAA to spoil Roldán and Omos’ party. He took the title away from the Nigerian and declared it was vacated. Mysterio also informed everyone that a way forward to crown a new champion would be decided in the following week. Interestingly, WWE Superstar Damian Priest was watching closely.

Soon after the in-ring segment, the former WWE World Heavyweight Champion appeared on the screen and addressed Mysterio. He informed the GM to look no further as he made himself available for the Latin American Championship.

“Rey Mysterio, I just heard the news. If you’re looking for a new AAA Latin American Champion, look no further. Because Damian Priest is here. Like I said El Campeón has arrived in AAA. All Rise,” Priest said. [H/T: WWE]

Damian Priest’s words should not come as a surprise, as he had recently appeared in the Mexican promotion to inform fans that he had signed for AAA and what his intentions were.


WWE Star Damian Priest had put the AAA locker room on notice

The General Manager of AAA, Rey Mysterio, introduced Damian Priest as the promotion’s latest signing on last week’s show.

Priest had a simple yet effective message for the entire AAA locker room, as he put everyone, especially the title holders, on notice after announcing his intent of domination in Mexico.

“I’m not here to make enemies, but I’m also not here to make friends. I came to dominate AAA. If you are a bad guy, if you are a good guy, if you are from the past or the future. If you face me, you will fall before me. Oh, and if you have a championship [laughs] you’re going to get to know me very well. For those who don’t know me and for those who do. All rise, all rise because El Campeón has arrived in AAA,” Priest said.

It remains to be seen what Rey Mysterio thinks of what the WWE Superstar said. In any case, the following week should come with some answers.

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/news-rey-mysterio-i-just-heard-news-major-champion-stripped-title-wwe-star-addresses-huge-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

Leave A Reply

Exit mobile version