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

Tommy cleared the air, explaining how badly he wants the WWE contract. Considering all that, he still would not do such a thing. The indie wrestler certainly sees similarities in some of his movements to the ‘masked man’. However, it remains a fact that Invincible is not the one. Even before, at Survivor Series, he clarified on not being the masked man, helping Bron Breakker that time.

“No, ma, this isn’t me, I told you I would never do this. I was shovelling, and I couldn’t get home. My neck really hurts from shovelling. He does stand like me. I promise I would never do anything like that. As bad as I want a contract, and I wanna create moments and memories, and money can fall from the sky, and I can say, ‘You don’t have to work anymore, mom,'” Tommy Invincible on denying the ‘masked man’ accusations.

The masked man’s identity still remains a mystery, though. Rumors say it is either Jake Paul or Grayson Waller, with the biggest guess remaining Logan Paul. The Maverick totally makes sense, coming from the fact that he could be helping Rollins. Superkicking and stomping Breakker before Rumble to avenge his attack.


Bron Breakker was originally planned to win the Royal Rumble

The Royal Rumble booking has come a long way. The initial plans for Bron Breakker’s Rumble win turned into a creative nightmare for him. A report suggests that early plans included The Vision member’s Rumble victory going on to the main event at WrestleMania. His match would’ve been against CM Punk for the World Heavyweight Championship.

It was changed later when Drew McIntyre entered the picture. Although being on a different show and vying for a different title, his presene shaked things up. His Undisputed WWE Championship placed him in the main event scenario, taking out Bron Breakker from it. Then it was certain (for creative) that the former Intercontinental Champion would not win the Royal Rumble. However, being the second to enter and first to get out is sad.

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-i-not-masked-man-royal-rumble-wrestler-clears-air-accused-attacking-bron-breakker-wwe?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