Greasy Fork is available in English.
be more productive !
// ==UserScript==
// @name anti-tiktok
// @namespace http://tampermonkey.net/
// @version 0.1
// @description be more productive !
// @author zarto
// @license MIT
// @match https://www.tiktok.com/*
// @match https://instagram.com/*
// @match https://www.youtube.com/*
// @match https://facebook.com/*
// @match https://twitter.com/*
// @match https://*.telegram.org/*
// @icon https://www.google.com/s2/favicons?domain=tiktok.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
alert("BE PRODUCTIVE !!!")
window.location.replace("https://google.com");
})();