// ==UserScript==
// @name Watch Tiktok in fullscreen
// @name:fr Regarder Tiktok en plein écran
// @include *tiktok.com/*
// @version 0.5
// @description Hide the comment section of all Tiktok videos so the videos will be full screen.
// @description:fr Masque la section des commentaires de toutes les vidéos Tiktok afin que les vidéos soient en plein écran.
// @author Me
// @match https://www.tiktok.com
// @icon https://www.google.com/s2/favicons?domain=https://www.tiktok.com/
// @grant none
// @namespace https://tiktok.com/*
// @downloadURL none
// ==/UserScript==
function TESJZJJDJT() {
alert("test");
}
(function() {
function TESJZJJDJT() {
alert("test");
}
var injected_code_04_1 = false;
setInterval(() => {
var element = document.getElementsByClassName("jsx-3748520549 user-info-container")[0]
//If it isn't "undefined" and it isn't "null", then it exists.
if(typeof(element) != 'undefined' && element != null && injected_code_04_1 === false){
injected_code_04_1 = true;
document.getElementsByClassName("jsx-3748520549 user-info-container")[0].innerHTML = `
`+ document.getElementsByClassName("jsx-3748520549 user-info-container")[0].innerHTML;
document.getElementById("close_injected_comments").onclick = function() {
document.getElementsByClassName('jsx-3748520549 content-container')[0].style.display='none';
};
} else{
}
}, 1000);
})();
document.getElementById("close_injected_comments").onclick = function() {
alert("d");
};