”
], { 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);
});
});
})();
#3. WWE Hall of Famer “Stone Cold” Steve Austin
Besides being a professional wrestler, the Anti-Diva has been a big fan of World Wrestling Entertainment. During her time with the promotion, the 33-year-old superstar appeared on Stone Cold’s podcast, where she said she was obsessed with him back in the day and used to love him.
“You, I was obsessed with you. It was mostly your character – it was just so cool when I was growing up. I was like, ‘Man, this guy coming down on a quad bike, drinking beers, flipping people off.’ I was like, ‘This is madness!’ I was, like, in love. I’m gonna embarrass myself. I was, like, in love with you. I was like, ‘This guy is awesome!’ Am I embarrassing myself?” Saraya said.
#2. She had a crush on a former WWE Tag Team Champion and two other ex-superstars
Earlier this year, on the Lightweights Podcast, the 33-year-old former Divas Champion revealed she had a crush on Edge and Lita. She also admitted she was attracted to former WWE Tag Team Champion Scotty 2 Hotty and accepted that, although she didn’t tell them about it, her brother did.
“Did I crush on a wrestler? I did. Edge when I was growing up and then actually Scotty 2 Hotty, too. Like, they know, they know, too. Well, actually, I didn’t tell them. My brother was just being a brother and brought it up to them. And it was really embarrassing. I was like, ‘How are we in our 30s and you’re telling grown men. Like, Oh my God, it’s embarassing.’ But yeah, they were my crushes. Lita was my crush. I loved her so much. I think that’s it,” she said.
#1. Former AEW Women’s World Champion’s obsession with legendary women’s star
Recently, while speaking on her Rule Breaker Podcast, Saraya opened up about a childhood memory and how obsessed she was with former women’s champion Lita.
She used to steal her mother’s thong to cosplay as Lita’s signature thong look.
“You know what I used to do? I was obsessed with shorts. I was obsessed with Lita the wrestler growing up, and I was really, really young, and obviously wasn’t wearing thongs. So, I stole my mom’s thongs,” she said.
With the 33-year-old star being a free agent, it will be interesting to see whether she returns to the company anytime soon.
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/i-was-like-love-you-3-wwe-legends-paige-crush?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



