Nearly six years after the incident took place, Shane Dawson's horrific cat story is trending online once again, courtesy of a questionable Nintendo tweet.

Recently, Nintendo's social media supposedly posted a tweet about cats, which raised several online community eyebrows.

It turns out. Nintendo did not make the tweet. Instead, an account was posted that removed its Twitter handle to make it seem like Nintendo had indeed made it of America.

What instantly caught Twitter users' attention was the caption, which read, "Shane Dawson runs the Nintendo account now apparently."

It was a direct nod to his horrendous podcast clip from 2015, which went viral worldwide.

In the clip, Dawson described a sexual act in which he took part with his cat.

He can be heard describing exactly what he did to his cat.

"One time I laid my cat down on her back. I moved her little chicken legs spread open or whatever. I came all over the cat. It was like my first sexual experience. I was also like 19"

In the aftermath of the clip going viral, he ended up facing severe backlash online and quickly clarified that it was said in jest, as he went on to issue an apology:

Image via Twitter
Image via Twitter

With his horrific cat story resurfacing online, Twitter users were left scandalized upon clicking on his name in the trending bar, as they vociferously pledged for the need not to give Dawson such a limelight.


Shane Dawson's cat story leaves Twitter scandalized, yet again.

youtube-cover

A detailed account of the cat scandal that surrounded Dawson is explained thoroughly in the video above, with the 32-year old YouTuber consequently issuing lengthy apologies on social media.

Often known for courting controversy, Dawson is certainly no stranger to being "canceled." Given that his jokes about pedophilia and racism drew massive backlash online.

One of the most polarizing figures on the internet today, Dawson inadvertently kicked off a meme fest online with his cat scandal resurfacing.

With his questionable actions and statements continuing to invoke the online community's ire, it seems like Dawson has developed an uncanny knack of touching upon a raw nerve with the general public.

Though he has apologized multiple times and claims to have taken accountability for his actions, he continues to find himself teetering on the edge of complete cancelation.


" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 781796, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(781796); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(781796) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(781796) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();