// ==UserScript== // @name No Surf Constant Splash Reminder // @author bajspuss@reddit // @version 0.1 // @description Every time you navigate to websites such as Reddit, Youtube, TikTok, Facebook you will get a full-face splash saying "Are you sure you want to waste your time here?". Just click on it once to hide it. A nice mental reminder without adding strict time limits. // @require https://code.jquery.com/jquery-3.6.0.min.js // @include https://www.reddit.com/* // @include https://www.youtube.com/* // @include https://www.tiktok.com/* // @include https://www.facebook.com/* // @namespace https://greasyfork.org/users/789930 // @downloadURL https://update.greasyfork.icu/scripts/428848/No%20Surf%20Constant%20Splash%20Reminder.user.js // @updateURL https://update.greasyfork.icu/scripts/428848/No%20Surf%20Constant%20Splash%20Reminder.meta.js // ==/UserScript== (function () { let $ = window.$; $("head").append(``); let [w, h] = [, window.innerHeight]; $("body").append(`