From 1c5fbb8ee13cd700ccd7e53d697c63d6a4622e98 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Fri, 13 Dec 2024 01:58:56 +0100 Subject: [PATCH] disable timerskip for profitsfly now it breaks the site https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/191 --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 24 ++++++++++++------------ extra_bypasses/extra_bypasses.user.js | 22 +++++++++++----------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index b77ea99..d806eda 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.2.10 +// @version 93.2.11 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index edee558..a6cf9fc 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.2.10 +// @version 93.2.11 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2674,17 +2674,17 @@ /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null; // profitsfly partly skip timer - /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { - afterDOMLoaded(function() { - function setTimer() { - if (window.wT9882 > 5) { - window.wT9882 = 1; - } - } - window.wT9882 = 5; - setInterval(setTimer, 1000); - }); - })() : null; +// /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { +// afterDOMLoaded(function() { +// function setTimer() { +// if (window.wT9882 > 5) { +// window.wT9882 = 1; +// } +// } +// window.wT9882 = 5; +// setInterval(setTimer, 1000); +// }); +// })() : null; // sittingonclouds.com .net /paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 7da259a..85690b3 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1148,17 +1148,17 @@ /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null; // profitsfly partly skip timer - /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { - afterDOMLoaded(function() { - function setTimer() { - if (window.wT9882 > 5) { - window.wT9882 = 1; - } - } - window.wT9882 = 5; - setInterval(setTimer, 1000); - }); - })() : null; +// /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { +// afterDOMLoaded(function() { +// function setTimer() { +// if (window.wT9882 > 5) { +// window.wT9882 = 1; +// } +// } +// window.wT9882 = 5; +// setInterval(setTimer, 1000); +// }); +// })() : null; // sittingonclouds.com .net /paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;