disable timerskip for profitsfly now it breaks the site

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/191
This commit is contained in:
Amm0ni4 2024-12-13 01:58:56 +01:00
parent 8e9c746a1a
commit 1c5fbb8ee1
3 changed files with 24 additions and 24 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.2.10 // @version 93.2.11
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.2.10 // @version 93.2.11
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -2674,17 +2674,17 @@
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null; /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null;
// profitsfly partly skip timer // profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { // /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() { // afterDOMLoaded(function() {
function setTimer() { // function setTimer() {
if (window.wT9882 > 5) { // if (window.wT9882 > 5) {
window.wT9882 = 1; // window.wT9882 = 1;
} // }
} // }
window.wT9882 = 5; // window.wT9882 = 5;
setInterval(setTimer, 1000); // setInterval(setTimer, 1000);
}); // });
})() : null; // })() : null;
// sittingonclouds.com .net // sittingonclouds.com .net
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null; /paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;

View file

@ -1148,17 +1148,17 @@
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null; /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/.test(url) ? redirectIfNotDisabled('#getLinkButton') : null;
// profitsfly partly skip timer // profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => { // /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() { // afterDOMLoaded(function() {
function setTimer() { // function setTimer() {
if (window.wT9882 > 5) { // if (window.wT9882 > 5) {
window.wT9882 = 1; // window.wT9882 = 1;
} // }
} // }
window.wT9882 = 5; // window.wT9882 = 5;
setInterval(setTimer, 1000); // setInterval(setTimer, 1000);
}); // });
})() : null; // })() : null;
// sittingonclouds.com .net // sittingonclouds.com .net
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null; /paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;