], { 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 on her YouTube channel, the former WWE star explained that she often finds ways in the field of wrestling to stay afloat, which is why she doesn’t depend on adult content creation for survival.

“I swear to you, like, sometime within days, some kind of form of money will come my way that doesn’t make me feel shame. Whether it’s landing a gig, selling a bunch of merchandise, doing a signing, or whatever, like something always pops up shortly after,” Martinez said.

While she has no issues with others choosing it as a path, she made a promise to herself and doesn’t want to go back on her word again when it comes to posing nude or creating extreme content for money.

“And I know some people would think, ‘It’s just b**bs; who cares? Whatever.’ The point is I care. I care that this person has this photo of me in a way that I broke the contract with myself,” Martinez said.

The Moment I Crossed a Line That I Can’t Take Back | TMI Ep.6

Ex-WWE star Shelly Martinez on CM Punk

It’s very common for wrestlers to see or date each other when they’re working for the same company. The prime example is WWE, as many superstars from the main roster and the developmental brand have opened up on their dating experiences.

It’s not a new phenomenon, as superstars have been doing it for decades. Recently, Shelly Martinez, fka Ariel on ECW, revealed that she wanted to hook up with CM Punk when they were on the same brand. However, Martinez didn’t get the opportunity as she had feelings for one of Punk’s friends.

If you use quotes from the article, please credit Shelly Martinez’s YouTube channel and provide an H/T to Sportskeeda Wrestling for the transcription.

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-it-s-just-b-bs-female-ex-wwe-star-takes-bold-stand?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