”
], { 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 account “WrestlingWorldCC” shared her comment, and Niven reacted to it today on social media. She noted that wrestling journalists mean well, but wished the context had been provided for her quote.
“I know journos mean well but I don’t like when you share a paraphrased part of a conversation and don’t specify it’s part of a conversation, cause it looks like I just randomly decided to say that and I look like a knob. 😂,” she wrote.
Niven was a member of Chelsea Green’s “Secret Hervice” alongside Alba Fyre on SmackDown. Alba Fyre’s contract was not renewed by the company earlier this year, and she now performs as Kay Lee Ray on the independent wrestling scene.
Piper Niven sends heartfelt message to former WWE star
WWE star Piper Niven sent a heartfelt message to Alba Fyre following her WWE exit.
Fyre recently shared that she was happy about the company’s decision to let her contract expire because she wanted the opportunity to wrestle more. Niven reacted to her exit on social media and suggested that the 33-year-old had a bright future in the wrestling business.
“Thank you for your Hervice Slaygent A 😢🫡 More than a wrestling soulmate, a hetero life partner if you will. A true pioneer and soon to be remembered as one of the greatest to ever do it. Run wild my demon Pirates 4 life 🏴☠️ At ease Slaygent,” she wrote.
Only time will tell when Piper Niven will be able to return to the ring on WWE television.
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-injured-wwe-star-calls-wrestling-journalists-ahead-smackdown?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


