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

During the recent episode of his IMPAULSIVE podcast, Logan revealed that the people backstage in WWE asked him to leave the title as he was being forced to vacate it. Logan was visibly frustrated when he was telling the story and referred to the Championship as “belt”. Unlike other wrestling companies, WWE strictly never uses the word belt to refer to Championships. This is a long-standing rule that has been around for decades which Logan Paul broke during his podcast.

“I should’ve kept that belt. I didn’t even fight for it, I don’t know why, what was thinking. I wasn’t in my right mind,” Logan said.

Logan Paul Addresses SteveWillDolt & NELK Boys COLLAPSE, KSI Leaving Sidemen, Logan's WWE Injury

Logan was frustrated that he returned the belt without any hesitation. He stated that he wasn’t in his right mind and should’ve actually fought for it before giving it back to WWE management.

Bron Breakker has replaced Logan Paul and is the new World Tag Team Champion

On this week’s RAW, it was confirmed that Logan Paul is injured and will be away from in-ring action for the next few months. Many people thought that RAW General Manager Adam Pearce was going to strip the titles off of the Vision but instead, something different happened. Paul Heyman implemented the Freebird rule under which any member of a group can defend the Tag Team titles in the whole group’s stead.

Due to this, Bron Breakker has now replaced Logan Paul as the new World Tag Team Champion alongside Austin Theory. In the past 7-8 months, almost all the members of the Vision except Austin Theory have suffered serious injuries.

It will be interesting to see what’s next for the group now that Bron Breakker is one-half of the World Tag Team Champions.

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-wasn-t-in-my-right-mind-logan-paul-breaks-long-standing-wwe-rule-after-forcefully-vacating-his-title?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