mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
minor fix again
This commit is contained in:
parent
98316385cb
commit
a9d5df9e00
3 changed files with 12 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.18
|
||||
// @version 92.3.19
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.18
|
||||
// @version 92.3.19
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -2424,9 +2424,11 @@
|
|||
|
||||
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
||||
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
||||
if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||
popupsToRedirects();
|
||||
goToLink();
|
||||
//if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||
if (!document.querySelector('#megkey')) {
|
||||
popupsToRedirects();
|
||||
goToLink();
|
||||
}
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
|
|
@ -806,9 +806,11 @@
|
|||
|
||||
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
||||
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
||||
if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||
popupsToRedirects();
|
||||
goToLink();
|
||||
//if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||
if (!document.querySelector('#megkey')) {
|
||||
popupsToRedirects();
|
||||
goToLink();
|
||||
}
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue