”
], { 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);
});
});
})();
Earlier today, Tommaso Ciampa took to Instagram to share a video of himself working out. Amid his time away from the squared circle, the former WWE Tag Team Champion appears to be in better physical shape. He also shared his current weekly workout routine in the caption.
“The work is done in the dark. Current split: Day 1 – Back, Biceps, Traps. Day 2 – Legs. Day 3 – Chest, Triceps, Shoulders. Day 4 – Rest and Repeat Soon…,” Ciampa wrote.
You can check out the Instagram post below:
Wrestling journalist opines Tommaso Ciampa could join AEW following his WWE departure
In the latest edition of Wrestling Observer Newsletter, Dave Meltzer reported that it seems as if Ciampa will return to working independent shows. It was further reported that the former NXT star was trying to make his way to New Japan Pro Wrestling.
Meltzer further opined that Tommaso would fit perfectly in the AEW roster. The veteran wrestling journalist added that he would not be surprised if Tony Khan were to offer Ciampa an AEW contract.
“He’d fit in style wise with AEW but AEW has such a large roster filled with top talent so it’s a tough place to break through. The fact he’s pushing indie bookings would seem to indicate he didn’t leave for AEW and a deal there, but it wouldn’t surprise me to see such a deal happen given Tony Khan signing so many people and he’s a strong in-ring wrestler,” Meltzer reported. [H/T: Ringside News]
It will be interesting to see what the future holds for Tommaso Ciampa.
`;
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-tommaso-ciampa-shows-off-body-transformation-after-announcing-wwe-exit?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













