SpergLand
kiwifarms.net
- Joined
- Oct 12, 2020
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I love how the last girl sounds like a Home Movies character.
Girl's got some moves, good for her.
youtube-dl or this userscriptHow do you guys download your TikTok videos?
// ==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}');
joeybtoonz is kind of close, but not exactly: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".