”
], { 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 made a bold prediction ahead of tonight’s Monday Night RAW. Perez’s Judgment Day stablemate, Rodriguez, will once again challenge for the Women’s Intercontinental Championship, and The Prodigy thinks that Big Mami Cool will walk out as the new champion.
Check out a screengrab of Perez’s Instagram story:
Duke Hanson believes Thea Hail deserves the same opportunities as Roxanne Perez
Roxanne Perez is a former NXT Women’s Champion. She has also been on the rise since joining the main roster, where she is a member of The Judgment Day, and has already held a title.
Speaking on Between Two Jobs, former WWE star Duke Hanson, who was a member of Chase U, claimed that his former stablemate and current superstar, Thea Hail, deserves to be pushed and compared her situation to Perez.
“It’s the same with Thea. She was in the group before me, but now post-Chase U, post-Duke, I expect her to get an opportunity that she deserves, and I just don’t think she’s gotten it yet. They have used that with her so many times – ‘You’re young, you’ll get your opportunity.’ What about Roxanne? What about these other young people that you ARE giving the opportunities to? You choose who to give it to and not to. Thea does deserve an opportunity,”
Roxanne Perez has been competing at the highest level on the main roster, but is yet to win a singles championship that she so desperately has been chasing. The reigning Women’s World Champion also happens to be her Judgment Day stablemate, in the form of Liv Morgan.
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-new-wwe-champion-crowned-later-tonight-monday-night-raw-predicts-roxanne-perez?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


