”
], { 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);
});
});
})();
Limitless Wrestling announced that the efforts to bring the best possible wrestling to Maine do not stop despite the setback.
“We’ll continue to take those risks to always bring the very best professional wrestling possible to Maine. Thank you for your understanding and continued support.,” wrote the promotion on X (fka Twitter).
Rourke recently appeared on NXT with Kit Wilson as a judge for the contest that crowned Mr. NXT. Shiloh Hill secured the crown.
WWE has pulled superstars from other events as well
Apart from Limitless Wrestling, Dreamwave Wrestling Events was supposed to bring in Superstars for events on June 19th and June 20th, 2026.
The superstars in question have been signed fairly recently and are I.D Superstars. Before signing with the Stamford-based promotion, they worked in the independent scene and had grown on the audience.
Dreamwave Wrestling Events released a statement about the I.D Superstars not being a part of the events due to contractual obligations.
“Due to a WWE contractual obligation that everyone was informed of today, the following talent will not be appearing at All Star Weekend on June 19th and 20th. Veronica Haven (Fallyn Grey), Sloane Jacobs (The Notorious Mimi), Anya Rune (Airica Demia) and Laynie Luck.”
The company has a history of putting restrictions on superstars, especially if it is for events that are outside the company. During Vince McMahon’s time, a policy was passed that did not allow superstars to use their in-ring names on streaming platforms since the names are company-owned assets.
`;
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-breaking-wwe-forced-top-name-to-pull-out-of-major-show-promotion-issues-public-statement?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













