”
], { 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);
});
});
})();
Paige has re-signed with WWE and is back in the company after years away. As per a report by Fightful Select, the star’s contract with the company is not only for being a personality on the shows, but an in-ring return. She is expected to be wrestling regularly. This is the first time she’s had such a contract with the company in some time, especially after she was ruled in danger of further injuries if she wrestled previously.
It was revealed by PWInsider in an earlier report that Paige had re-signed with WWE. She is currently expected to be a part of WrestleMania, having replaced Nikki Bella as part of the Women’s Fatal Fourway Tag Team Match. The bout, which was set to take place between The Bella Twins, Nia Jax and Lash Legend, Charlotte Flair and Alexa Bliss, and Bayley and Lyra Valkyria.
However, after a move by Charlotte Flair, where she dove into the ring from the outside to roll up Nikki Bella, Bella stepped badly on her leg, and this ended up hurting her ankle. It was bad enough that the star thought that her leg was broken. Since then, it has been revealed that it was a high sprain, and something that made it very painful for her to put any weight on that leg. She was still able to complete that match, but then has been out with injury.
There were questions as to her involvement at WrestleMania, and now, with Paige being signed and coming into the match as her replacement, she will not be a part of the show after all.
It remains to be seen what feud she will be part of going forward. Should they win at Mania, her chemistry with Brie Bella, and Nikki’s reaction to the same will be interesting to see.
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/rumor-breaking-paige-returns-to-wwe-while-major-star-ruled-out-of-wrestlemania-everything-you-need-to-know-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


