mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +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
|
// @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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue