], { 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 also promised the fans that he would become a world champion in the company, after thanking them for their support over the past two decades.

“Penta is for the people. Penta is for the all fans who support me. So, now I have 20 years around this business. So, I’m very thankful for you guys. Thank you so much. I promise you one thing. I don’t know when. I don’t know how, but I promise Penta will become the champion from WWE, but not any champion. The world champion,” he said.

PENTA WANTS TO BE WORLD CHAMPION, IC TITLE REIGN, REY MYSTERIO DREAM MATCH & MORE!

Penta’s brother reveals he misses teaming up with him following their WWE move

Shortly after Penta joined WWE, his brother, Rey Fenix, made the move to the Stamford-based promotion from AEW as well. However, they perform on RAW and SmackDown, respectively, and have not yet teamed up on screen. In a recent conversation with RRBG, Fenix acknowledged that he missed teaming up with his brother on television.

“Obviously, I miss wrestling with my brother. I miss fighting and working with him every day, whenever we’re working, but it’s a great opportunity we have to show who we are individually. I have worked with Je’Von Evans, I worked in his time with Andrade, I’m working now with Sami Zayn, and I also worked with Rey Mysterio at the most recent AAA events. I think it’s a good opportunity both for us as wrestlers and for the audience to see something different,” Rey Fenix said.

While Penta is the reigning Intercontinental Champion, Fenix has barely had a singles rivalry since joining the company. It now remains to be seen whether the duo will reunite in the coming months, or if fans will have to wait longer to see them together.

If you use the quote from the first half, please credit Denise Salcedo and give an H/T to Sportskeeda for the transcription.

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-former-aew-star-promises-will-become-world-champion-wwe?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