], { 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 is not true: Reason why MFT lost the Tag Team Title

There’s word going around at SmackDown that Tama Tonga was fined by WWE after posting a rehearsal video last week. WWE has an unwritten rule against recording or posting during rehearsals. (via @AndrewZarian)

Solo Sikoa and Co. suffered a title loss on SmackDown when Damian Priest and R-Truth dethroned them and became the new WWE Tag Team Champions. Following the title change, fans are speculating that the company might be punishing Tama Tonga for his recent actions.

Recently, Tama shared a rehearsal video from SmackDown on his TikTok account. Soon after, Andrew Zarian of the Mat Men Pro Wrestling Podcast reported that the company had imposed a fine on The Good Bad Guy for sharing the video.

Many believe that the unexpected title change was part of the punishment, as Tama and JC Mateo were the ones who represented MFT in the championship bout on the blue brand.

We hope that the rumor is not true. WWE should not punish Tama to this extent for uploading a rehearsal video when it runs a show like WWE: Unreal.


#2. Hope is not true: Major WWE star was fined

As mentioned above, Tama Tonga was reportedly punished by the sports entertainment juggernaut for sharing a rehearsal video. Reports suggested that the company imposed a significant fine on the MFT member.

Additionally, sources revealed that recording ot posting content during rehearsals attracts punishment as part of WWE’s unwritten rule. We hope that the rumor is not true because the company itself has arguably killed kayfabe with Unreal on Netflix.


#2. Hope is true: Update on Johnny Gargano’s future

Since Tommaso Ciampa left the Stamford-based promotion, Johnny Gargano has struggled to find his footing on television. On Friday Night SmackDown, he consistently seems lost and only has his wife, Candice LeRae, by his side.

The underwhelming booking pattern has sparked curiosity about Gargano’s WWE future. Many feel that Johnny might follow in his friend’s footsteps and eventually debut in All Elite Wrestling. However, this doesn’t appear to be the case.

A report by Fightful has indicated that Gargano is still ‘firmly’ under contract with the Triple H-led company. This means that he will remain part of World Wrestling Entertainment for the foreseeable future, and we hope that this rumor is true.


#1. Hope is not true: Gunther’s WrestleMania 42 status

WrestleMania is inching closer with each passing week. Amid this, Gunther is notably missing from Monday Night RAW. The Austrian’s absence has raised concern about his ‘Mania status.

According to a new report by the Wrestling Observer, the Triple H-led promotion seemingly doesn’t have a ‘Mania program in the works for the former Imperium leader. This means that Gunther might miss this year’s Showcase of the Immortals despite retiring Goldberg, John Cena, and AJ Styles over the past year.

We hope that the rumor is not true. The creative team might ruin Gunther’s momentum if he misses this year’s Show of Shows.


#1. Hope is true: Major celebrity match at ‘Mania 42

WrestleMania is known as the biggest annual attraction in professional wrestling. Due to this, the company books celebrity matches for the show as it grabs the attention of non-wrestling fans, too.

Recently, a report by the Wrestling Observer revealed that WWE was planning a Jelly Roll match at WrestleMania 42. Earlier, Royce Keys was expected to be Roll’s tag team partner, but the company might not be moving in that direction.

We hope that the rumor is true. Booking Keys in a tag team match with Jelly Roll isn’t a good idea. The Stamford-based promotion should book The Monstar in a one-on-one bout at ‘Mania.

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/2-wwe-rumors-hope-true-3-hope?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