”
], { 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);
});
});
})();
The promotion made a ton of changes to the roster following WrestleMania 42. The entire Wyatt Sicks faction was released, as well as Zoey Stark, Aleister Black, Zelina Vega, Alba Fyre, JC Mateo, Tonga Loa, and more stars.
Sol Ruca, Blake Monroe, and Fatal Influence have recently been called up to the main roster following successful stints in NXT. Sol Ruca confronted Women’s Intercontinental Champion Becky Lynch earlier this month on RAW. Blake Monroe has not had a main roster match yet, but vignettes for her arrival have been shown on SmackDown in recent weeks.
Jacy Jayne, Fallon Henley, and Lainey Reid have already made an impact since being called up on SmackDown. Jacy Jayne defeated Charlotte Flair in a singles match on the May 1 edition of the blue brand.
Charlotte Flair breaks character to praise recent WWE call-ups
WWE SmackDown star Charlotte Flair recently broke character to praise Fatal Influence.
In an interview on ESPN First Take, the former champion praised Fatal Influence and suggested that the trio had a very bright future in WWE. She discussed her loss to Jayne and suggested that she would come back stronger.
“So here’s the thing, nobody likes to lose even if it’s a three on one scenario. But I think Jacy Jayne, Lainey Reid and Fallon Henley have a extremely bright future. But being that I’m a 14 time women’s champion, I have lost 13 times. So I’ve come back stronger every time and we either we win or we lose or we either we win or we learn. So that’s the thing,” she said. (H/T: Fightful on X)
Only time will tell which NXT stars WWE decides to call up to the main roster later this year.
`;
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/rumor-wwe-expected-make-massive-roster-changes-soon-reports?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













