”
], { 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);
});
});
})();
Speaking in an interview on NotSam Wrestling Live, Perez noted that the stable was not fracturing, despite what their squabbles may suggest. She compared the group to a family, where conflict does not lead to everyone going their own way.
“Everybody here knows families fight, right? Brothers, sisters, parents, kids, we all fight, but that doesn’t mean that we won’t stick by each other when we need each other. So, I can see why people would think, ‘Oh, they’re going to break up. Oh, there’s tension in the group.’ Obviously, there’s tension, but we’re family, and a win for one is a win for all.”
You can check out her comments below:
WWE star Roxanne Perez thinks Judgment Day is the greatest faction of all time
According to Roxanne Perez, her group far excels any other in the company’s history.
Adding to her previous comments in the same interview, Perez explained how evolution was the driving factor in the stable’s success. She also noted how fans love to hate the faction.
“I think that’s exactly why we are the greatest faction of all time because, like you said, we never stop evolving. We never stop getting better. We never stop having the fans ask, ‘What’s next? Why? What’s going to happen?’ They just — they love us. They hate us. They hate us, but they love us.”
As of now, Judgment Day holds two titles. Liv Morgan is the Women’s World Champion, while Raquel Rodriguez holds the WWE Women’s Intercontinental title. It remains to be seen what is next for the faction down the line in WWE.
If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-judgment-day-member-confirms-future-wwe-stable?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













