”
], { 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);
});
});
})();
#3. Hope it’s true: WWE star contract expiring soon; possibly not leaving
Multiple WWE stars’ contracts have expired this year, and many unexpected names have already left the sports entertainment juggernaut. Amid this, reports have revealed that Dragon Lee is another name whose contract is expected to expire soon.
However, the Triple H-led creative regime does not anticipate Dragon Lee leaving World Wrestling Entertainment. We hope that the rumor is true. He has been an excellent addition to WWE’s mid-card division, and the company should ensure that he stays and renews his contract.
#2. Hope it’s true: Plans regarding CM Punk after he lost the Undisputed Championship
CM Punk is no longer the Undisputed WWE Champion after losing the title to Sami Zayn on SmackDown. According to WrestleVotes, during a Q&A session on Fightful Select, the Stamford-based promotion said it plans to feature The Voice of the Voiceless at the MITB 2026 Premium Live Event.
We hope that the rumor is true. This would suggest that WWE could be planning a Sami Zayn vs. Kevin Owens vs. CM Punk triple-threat match for the title at Money in the Bank. If not, The Second City Saint may qualify for the traditional ladder match.
#1. Hope it’s true: Talents’ concern about Crown Jewel 2026
Recently, missiles targeted Riyadh, Saudi Arabia, sparking concerns about WWE’s upcoming premium live event. For those unaware, the TKO-led promotion is set to host two massive shows in Saudi Arabia: Crown Jewel 2026 and next year’s WrestleMania 43.
Following the recent developments, reports revealed a major backstage reaction. According to sources, there were talks among RAW talent, with some reportedly calling for the company to reconsider its decision to hold the Crown Jewel PLE in November.
We hope this is true, because if these concerns are being raised backstage, Triple H and other higher-ups may take them seriously and reconsider their decision.
#1. Hope it’s not true: Roman Reigns’ massive rematch is not considered
Roman Reigns is the current World Heavyweight Champion, and The Original Tribal Chief recently defended his title against Penta. They delivered a banger of a match in Mexico City, leaving fans eager for a rematch. The masked man has already claimed he isn’t done with The Original Tribal Chief and is seeking a rematch.
Despite all the buzz, reports confirm the company isn’t considering a rematch between Reigns and Penta anytime soon. Though another match between them could headline a PLE in the near future, there are currently no plans for it.
We hope that the rumor isn’t true. If The Bloodline leader retains the world title at MITB, Triple H should book a Reigns vs. Penta rematch soon.
`;
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/3-wwe-rumors-hope-true-1-hope-ce2a91c9?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













