TikTok







 
I don't get the point of this video. Are these fags trying to shame their parents on social media or was this some dumb joke about how they're limp-wristed and the parents don't understand fully? The comments section whining about their "homophobic parents" makes me think the former.
 

How do you guys download your TikTok videos?
youtube-dl or this userscript

JavaScript:
// ==UserScript==
// @name            TikTok Video Controls and Volume Reduction (Improved)
// @description     Adds video controls to TikTok videos and reduces volume to 25%. Works on details page and feeds.
// @namespace       https://greasyfork.org/users/158563
// @icon            https://i.imgur.com/RQPGnr5.png
// @include         *tiktok.com/*
// @grant           GM_addStyle
// @version         1.3
// @author          flowscript
 
// ==/UserScript==
(function() {
  MutationObserver = window.MutationObserver || window.WebKitMutationObserver;
 
  var observer = new MutationObserver(function(mutations, observer) {
    // fired when a mutation occurs
 
    var player = document.querySelectorAll('.browse-mode video, .video-card-big video, .detail-mode video, .video-feed-container video');
    for (var i=0; i < player.length; i++) {
        player[i].setAttribute("controls", "");
    }
 
  });
 
  // define what element should be observed by the observer
  // and what types of mutations trigger the callback
  observer.observe(document, {
    attributes: false,
    childList: true,
    characterData: false,
    subtree: true
    //...
  });
})();
// Removes elements that are on top of the video and prevent using controls
GM_addStyle('.toggle-icon{display: none}');
GM_addStyle('.mute-icon{display: none !important}');
GM_addStyle('.play-button{display: none}');
GM_addStyle('.video-card-mask{display: none}');
GM_addStyle('.event-delegate-mask{display: none}');
 
I so dearly wish some of these YouTube commentators would make videos on the actual lunacy of TikTok and not just be the 82th person to make a 'devious lick' video.

There are fads of underage women jerking off invisible cocks while licking their lips. Spitting on the camera and saying degenerate shit. Swinging their hips mimicing an Animal Crossing character riding a cock. Pedophiles must be living an actual fucking dream. "Haha show feet!", "Ok :) ".
 
I so dearly wish some of these YouTube commentators would make videos on the actual lunacy of TikTok and not just be the 82th person to make a 'devious lick' video.

There are fads of underage women jerking off invisible cocks while licking their lips. Spitting on the camera and saying degenerate shit. Swinging their hips mimicing an Animal Crossing character riding a cock. Pedophiles must be living an actual fucking dream. "Haha show feet!", "Ok :) ".
joeybtoonz is kind of close, but not exactly:
 
Back