”
], { 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);
});
});
})();
Speaking about the whole matter in an interview with POST Wrestling, Janel Grant noted that she had asked about Vince McMahon’s well-being right after the news of the latter’s alleged misconduct broke out. She said:
“I asked the attorney a question that I don’t know I ever got an answer [to]. I said, ‘Is he okay?’ Because I thought, if I instantly felt like I might want to not be here anymore, if this was something that maybe my light goes out in life, why wouldn’t he feel the same way, if something’s about to be outed.”
Grant further added that she now feels even empathy for the defendant.
“I don’t know how else to describe it, other than there’s something that does not take up space in my brain. I feel even empathy, because in a weird way, and this is extreme polar opposites, the thing that might… the series of events that caused The Journal story to happen—whatever it was—it equally impacted him.” (H/T: POSTWrestling)
Janel Grant also spoke about her emotions after the scandal surrounding Vince McMahon became known
According to Janel Grant, for a period right after the allegations became known to everyone, she felt like Vince McMahon was the only one who could help her.
Adding to her previous comments in the same interview, she said:
“It’s actually, to be in my body and see the world through my eyes, it’s pretty easy. He’s the only person who can tell me if I’m going to be okay. And what’s going on, like, what just happened? How did this happen? He’s the only person who would know that. That’s how I felt.” (H/T: POSTWrestling)
The case has now been moved to private arbitration, which happened earlier this year.
`;
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-janel-grant-makes-surprising-confession-following-vince-mcmahon-scandal?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













