”
], { 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);
});
});
})();
Vince’s reign over WWE, while successful, was filled with controversies. The initial lawsuit also alleged him paying hush money to several women. Now, former WCW valet Missy Hyatt, who had a brief stint in WWE in 1987, has revealed that McMahon tried to sleep with her.
During an appearance on Talk is Jericho, Chris Jericho brought up her short-lived WWE run and how Vince McMahon wanted her to be a Federette, a ringside assistant.
Hyatt said after Missy’s Manor segment was dropped, the company wanted her to become a Federette, but she considered the role beneath her.
“He (Vince McMahon) was like, ‘We’re going to have you be a Federette, and then we are going to do something with the Honky Tonk Man.’ And I was like, ‘You want me to be a Federette?’ They had brought pantyhose for me and this costume. I was like, ‘Not wearing that.’ Like, that was so degrading to me. ‘You want me to take a ring jacket?’ I thought that was just so beneath me. I had already been in the business for two years,” she said.
She then claimed that things changed for her afterward, as she also rejected Vince McMahon’s advances.
“I should have done it. And I should have slept with him too because he tried and I wouldn’t. But I was engaged, you know. So it’s kind of like you’re engaged to someone. I do have a little bit of honor,” she added.
Hyatt was engaged to pro wrestler Eddie Gilbert at the time, whom she married in the same year.
Vince McMahon wanted WWE star to make fun of Stephanie McMahon
In 2011, CM Punk dropped a bombshell promo on an episode of RAW that became popular as the pipebomb. Punk appeared to be breaking the fourth wall, as he addressed his grievances and name-dropped the likes of Hulk Hogan and The Rock.
During a recent appearance on What’s Your Story? With Steph McMahon, the new WWE Champion, talked about how it was put together.
He said when he drafted the promo and showed it to Vince McMahon, his former boss approved it, but had a request.
Vince asked Punk to make fun of Stephanie McMahon in his promo. In the end, the Second City Saint referred to Stephanie as Vince’s “idiotic daughter” to comply with the request.
If you use quotes from this article, please credit Talk is Jericho and give an H/T to Sportskeeda Wrestling for the transcription.
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-female-ex-wwe-star-says-vince-mcmahon-tried-sleep?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




