], { 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, Tama Tonga took to Instagram to post a video of himself working out at a gym. The 43-year-old spoke into the camera, coming out of his on-screen heel persona and revealing that he was enjoying his feud with The Wyatt Sicks. He further pointed out that the Stamford-based promotion had started doing more live events in Europe.

“You know, not a lot of y’all get to see this, but I’ve been enjoying our feud with The Wyatt Sicks. The live events that we do in Europe, we’ve been killing it. Wish y’all in Europe, well, I wish y’all could see it. We’re doing a lot more stuff out in Europe now. We’re doing a lot more stuff out there,” Tonga said.

You can check out the Instagram post below:

Tama Tonga put the WWE roster on notice following massive win

Tama Tonga defeated former WWE United States Champion Ilja Dragunov in a singles match on the February 20 edition of Monday Night RAW.

After the show, Tonga posted a video of himself boasting about his impressive record in WWE, pointing out that he has already won the tag team championship twice in two years. The veteran performer noted that he had been in the business for twenty years and had already started making massive strides in the Stamford-based company.

“Hey this is Mr. two time SmackDown Tag Team Champion. Two years in WWE I’ve been two-time. Better watch out now ya boy a baller now. Ya boy a baller. Been in this game for almost 20 years, just got into WWE and I’m already making strides y’all. These right here they put us on the map in WWE. I’m forever in the books now. Y’all ain’t got nothing to say. Nothing.”

It will be interesting to see what the future holds for Tama Tonga and his time in WWE.

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-tama-tonga-breaks-character-share-honest-opinion-current-wwe-feud?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