mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
disable timerskip for profitsfly now it breaks the site
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/191
This commit is contained in:
parent
8e9c746a1a
commit
1c5fbb8ee1
3 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue