”
], { 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);
});
});
})();
WWE veteran R-Truth also believes fans being familiar with his real-life personality, will make it difficult for him to ever be a full-blown heel. Speaking on the Six Feet Under with The Undertaker, Truth explained that his positive and helpful nature outside the ring means fans won’t accept him as a complete heel.
“I think because people know who I am outside of wrestling too. Like, I can’t really be a bad guy. I try to be positive with everybody. Even if I’m going through something myself, I don’t want to put that on people. I know what it feels like to not have positivity around you, so if somebody sees me, I want them to leave happier than when they saw me. That’s just genuinely who I am.”
Last year, the current WWE Tag Team Champion showed shades of a more serious character after being re-signed by the promotion following his surprise release.
On an episode of RAW, he cut his hair, claiming that the truth has set him free, and said he was now Ron Killings. However, just two months later he reverted to his long-time comedic R-Truth gimmick.
In 2011, R-Truth did turn heel and faced John Cena for the WWE Championship at Capitol Punishment. He also teamed up with The Miz, forming the Awesome Truth, and eventually turned face by the end of the year.
R-Truth shut down rumor about his WWE future
A couple of weeks ago, a rumor about R-Truth leaving WWE before his current deal expires went viral. This happened after he spoke with Daniel Sadoh in an interview about his current four-year contract with the company.
It was claimed that when asked about his future, he allegedly said that he could be done before the contract ends. As the news went viral on social media, the former 24/7 Champion quickly shut it down in a post on X.
“They lying 🤥 yall, AND they’ve been blocked for a while now for lying 🤥 GTFOH,” Truth wrote.
Truth’s release last year from WWE made headlines as the fans rallied behind him. It appears he didn’t want to create any controversy by allowing this rumor to spread further.
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-r-truth-reveals-completely-heel-wwe?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



