”
], { 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 star wrote that the disease is still active, and she will never be able to undergo plastic surgery due to health issues.
“My disease is still active, but I’m still fighting. My body is different, after all of these battles! I now have scars to prove my story… I live in a very cosmetic based business…I’ll never be able to have plastic surgery due to my health conditions…,” she wrote
However, she didn’t give up and learned to walk again on her own, without any rehab. Meanwhile, she is still battling her illness, and people often ask her about her source of motivation, but she had no choice but to fight or die.
“The truth?? I really I had no choice!! I was going to die or fight! I fell in love with professional wrestling. I wasn’t going to let MY sport kill me! I refused to die in that chair. If wrestling was going to take me out! It will be in that ring! With the help of God…I’m walking, smiling and soon wrestling a full match! This is wrestling with CRPS.”
Paige Collett reveals why she chose to talk about her illness
The indie pro-wrestler, speaking in an interview, revealed why she broke her silence and talked about her diseases with the fans. According to her, she chose to talk about her CRPS so she could inspire other people with similar deadly diseases.
“I tell people with sickness be human. You have desires, you have needs, you are allowed to be human,” she said.
Paige has risen to popularity in the indie wrestling scene; that said, it will be interesting to see where she heads next in her pro-wrestling career.
`;
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-i-ll-never-able-plastic-surgery-pro-wrestler-paige-collett-opens-horrific-accident-put-wheelchair?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













