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

He, of course, stars as Maui, having voiced the legendary shapeshifting demigod character in the animated film. Recently, as part of the Moana Global Tour, he accidentally revealed some details about his private life.

The Rock shared a video of an interview on Instagram, during which he is asked what his stroke of choice is. The question was meant to be about swimming preferences, but the WWE legend’s mind was elsewhere.

“Domination,” he said.

After the interviewer clarified what he meant, The Great One couldn’t control his laughter.

“Oh sh*t, I get it, more Maui, the ocean. I went to a whole other place….I just complete gave away my s*x life,” he said.

In the caption, he also made a cheeky reference but clarified that he thought the question was about something personal.

“I may always look clean, but under the hood your boy’s filthy 💀🤣 Honestly thought he was asking about a different kind of “stroke” Domination. Jesus 🤦🏽‍♂️😂 I need carbs. And sleep,” he wrote.


John Cena talked about issues with The Rock in WWE

John Cena and The Rock faced each other in two-high profile matches at WrestleMania 28 and 29. During the year-long buildup to their first bout, they exchanged a lot of verbal jabs, with the tension between the two palpable.

Recently, during an appearance on Slice Joint, Cena talked about his former rival’s success in the ring and then Hollywood. He said compared to him, his own start in acting has been slow.

He then said he has the utmost respect for The Rock now, but it took some time for him to understand.

Cena said back then his issue with him was that he was prioritizing Hollywood over WWE, but he didn’t understand that he was making a name for himself and opening the doors for the 17-time World Champion as well.

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-your-boy-s-filthy-wwe-legend-the-rock-makes-nsfw-confession-s-x-life?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