], { 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);
});
});
})();

However, amid her in-ring hiatus, she recently received a bizarre request from a fan. Taking to Facebook, Grace shared an image about a fan requesting personal explicit content from the former TNA Knockouts Champion.

In the message, the person noted that they were a fan of the female star and loved to see her in WWE. The message then took a strange turn with the request for a “foot fetish pov” video in Grace’s wrestling gear.

The fan also gave Grace another option of making a video without the wrestling gear and only sneakers/socks and bare soles. The requests kept getting weird, with the fan even suggesting a storyline with him teaming up with the SmackDown superstar and then messing up.

In the Facebook post, Jordynne Grace turned down this 18+ request, noting that she is corporate now and telling the fan to go away.

“I’m corporate now, buddy. Get outta here,” she wrote.


WWE has no plans for Jordynne Grace at the moment

Jordynne Grace joined WWE last year from TNA. She debuted at the Royal Rumble and was then moved to NXT.

Then earlier this year, she was called up to the main roster and signed with SmackDown. After a promising start on the blue brand, she began dropping down the card and hasn’t been used much in recent months.

Her last televised match took place two months ago on Main Event, while the last time she wrestled on SmackDown was back in April. Amid her absence, Sean Ross Sapp of Fightful shared an update on WWE’s plans with her.

Speaking on The Hump, SRS mentioned that the company has no vision for her and has no idea what to do with her. He also said that the promotion was wasting time with her.

Why did you not like this content?


`;
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-wwe-superstar-turns-bizarre-18-request?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

Leave A Reply

Exit mobile version