”
], { 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);
});
});
})();
At WWE Clash in Italy, The Vision may not have had a match, but Austin Theory and Bron Breakker were both a part of the crowd. They were there to watch Brock Lesnar defeat Oba Femi, squashing the star in one of the most unexpected results of the night, with Paul Heyman acting as his announcer.
However, what caught everyone by surprise was seeing that Breakker was not only present, but he was there with the World Tag Team title. Breakker has not won the title, but now he’s been quietly confirmed by the company as the one replacing Logan Paul as the new champion.
At Saturday Night’s Main Event, Logan Paul suffered an unfortunate injury when he failed to catch Angelo Dawkins during a dive from the ring to the outside. As a result, his left arm was squashed, and he tore his tricep. He is out for at least six months, and in a video of the backstage reaction to his injury, the star revealed that he was being stripped of the title, as officials asked him to hand over the belt.
It’s safe to say that Paul was not very happy about it, but he did not have any choice in the matter. Paul Heyman assured Theory on RAW that Bron Breakker and he could become the new champions, but at the time, it was not official yet, as the star could have added a new star to the Vision as well.
After the appearance on Clash in Italy, it’s safe to say that WWE has officially confirmed them as the champions, with the banner even reading that they are the new champions.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-breaking-new-wwe-champion-officially-confirmed-at-clash-in-italy-quietly-after-title-is-stripped-from-star?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


