// ==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 // @downloadURL https://update.greasyfork.icu/scripts/467831/anti-tiktok.user.js // @updateURL https://update.greasyfork.icu/scripts/467831/anti-tiktok.meta.js // ==/UserScript== (function() { 'use strict'; alert("BE PRODUCTIVE !!!") window.location.replace("https://google.com"); })();