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

Recently, Shotzi took to social media to share a picture of herself spanking Gigi Dolin while other former WWE stars, Scarlett Bordeaux, Karrion Kross, Matt Riddle, and The Good Brothers celebrate as they look on. Scarlett reacted to the picture by taking a subtle dig at her former employer.

“Corporate hates this photo. 😬🍻”

Check out her tweet here.

Corporate could be a WWE reference since the company doesn’t allow its talent to post such pictures on public platforms.


Scarlett Bordeaux opened up about her time in WWE

When Scarlett arrived in World Wrestling Entertainment, the company was looking to move away from the divas era into the women’s revolution. Therefore, women were being involved in serious storylines and matches. However, Scarlett’s gimmick was a throwback to the previous era.

During an interview on D-Von Dudley’s YouTube channel, Scarlett revealed that she upset a lot of people in Stamford-based promotion due to her gimmick, which was a throwback to the previous era that the company was trying to move away from.

“I think they were pushing the Women’s Revolution in the way they were. And my character was the exact opposite of that. It was a throwback. It was a parody, ‘Bring sexy back to wrestling.’ Because all the girls were trying to be serious like the guys. I’m like, ‘No, no. Like, let’s just be a hot chick. Like, bring back bra and panty matches.’ And no one was doing that at the time. No one had their a**es out, no one was doing it, and it pi**ed a lot of people off, including women in the business,” she said.

KARRION KROSS & SCARLETT SHOOT on WWE RELEASES, TKO!

It remains to be seen what’s next for Scarlett and Karrion Kross.

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-former-wwe-star-takes-subtle-dig-company-reacting-questionable-picture?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