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

But according to former WWE Hardcore champion Stevie Richards, the non-compete clause should be illegal.

Speaking on The Stevie Richards Show, he sounded off on the independent contractor status. He said wrestlers are told all the time by promotions what they can and cannot do, but when it comes to their status as employees, their rights aren’t protected.

“They’re not independent contractors. Let’s be real here. Everybody’s afraid to say maybe what two or three out of the 19 parameters or checkmarks are possibly it’s not even a full two to three. They’re still kind of wavering like a 70/30 or something that’s in the way, but everything else is employee,” he said.

He said wrestlers cannot act like independent contractors despite their status as such. Richards mentioned that a wrestler cannot go and immediately work for another company after being let go by a previous one. He then said that the 90-day non-compete clause should be illegal.

“By the way, non-compete clauses, or no-compete clauses, should be illegal, especially if you’re getting fired—that whole, ‘We’ll pay you for 90 days,’- it’s a way to skirt that, keep you quiet, and keep you happy. That 90 days that you’re getting paid, how much money and time and energy and traction as far as you leaving one company or being told to leave and going to another is just so much gaslighting that’s involved with this,” he added.

You can't trust what Kevin Nash says...

Released WWE star shared honest thoughts on the company’s non-compete clause

Indi Hartwell joined WWE in 2019 and started off on NXT. She had a five-year stint with the company before being released in October 2024.

She has since joined TNA, where she won the Knockouts World Championship. Last year, during an appearance on Busted Open Radio, Hartwell talked about the 90-day non-compete clause.

She said that others might disagree with her, but the legally mandated waiting period was a good thing to have.

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-wwe-s-non-compete-clause-illegal-believes-former-champion?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