], { 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 Instagram, Perez shared multiple photos from this past Monday on WWE RAW, where she teamed up with Morgan and Rodriguez. She also called herself the ‘stargirl.’

“ST☆RGIRL,” wrote Perez.

Check out Perez’s post on Instagram:

Perez, who is also known as The Prodigy, has been highly successful on the main roster so far. After the injury to Morgan, she held the Women’s Tag Team Championships alongside Rodriguez. She also declared for the 2026 Royal Rumble and will enter the match with her Judgment Day stablemates.

Big E thinks Roxanne Perez could walk out as the 2026 Royal Rumble winner

Big E thinks that Roxanne Perez could win the 2026 Royal Rumble Match and recalled her lasting over an hour during last year’s Rumble.

Speaking on RAW Recap, the former WWE Champion made a huge prediction regarding this year’s Women’s Royal Rumble Match. He said:

“You know what, I’m gonna go with the prodigy. Well, what was it last year that she went an hour in the Rumble? A very, very talented woman who I think I love when the Rumble is a lot of people who are just really talented, but you’re not expecting that this is the year, but you see them take that leap. I think this is the year that Roxanne Perez takes a big leap.”

Perez is a former NXT Women’s Champion, but has yet to win a singles championship on the main roster. She could be on her way to claiming her first singles title by potentially winning the 2026 Royal Rumble.

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-roxanne-perez-reveals-new-wwe-name?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