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

Logan Paul was injured defending the WWE World Tag Team titles against the Street Profits. Once the news broke that the star was injured, there was immediate speculation about the title’s future. Clearly, Paul himself could no longer hold the championship, given his tricep tear, but the fact remained that it seemed that Austin Theory would have to give up his championship as well. However, all of that was put to an end by Paul Heyman. The Advocate said that while Logan Paul was indeed stripped of the title, it would go to Bron Breakker instead, crowning a new champion. Now, Austin Theory has spoken on the situation, shedding more light on the real reason this happened.

Triple H’s decision to give it to Bron Breakker made for a smooth transition for creative, but it seems he had a reason for it.

The star explained that they were going by the Fabulous Freebird rule that was previously established by WWE during the Freebirds’ run as a faction tag title holders, where a star in the same faction may become the new champion and defend it, even if he was not the one to win it. By the same rule that the New Day used in the past as well, Breakker was now the champion in Paul’s absence after the star was forced to give up the title.

“There was no strategy, it’s The Vision. Every single one of us is a future main eventer at WrestleMania. It doesn’t matter. Logan Paul, he’s a freak of nature, Bron Breakker, he’s a freak of nature. So, it doesn’t matter who you put in there, it’s Freebird Rules, baby, so Logan Paul, Bron Breakker, Bronson Reed, either way, we’re the Tag Team Champions.”

The star also mentioned Bronson Reed, who has been out of action for quite some time because of his injury. It’s expected that the star may return soon, but an exact timeline is not available. Triple H will be looking to make his return, as the Vision has lost several members to injury.

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-real-reason-triple-h-stripped-star-of-wwe-title-to-crown-a-new-champion-revealed-by-top-name?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