mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
minor fix to last commit
This commit is contained in:
parent
9276a410e6
commit
98316385cb
3 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.3.17
|
// @version 92.3.18
|
||||||
// @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 92.3.17
|
// @version 92.3.18
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -2424,6 +2424,7 @@
|
||||||
|
|
||||||
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
||||||
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||||
popupsToRedirects();
|
popupsToRedirects();
|
||||||
goToLink();
|
goToLink();
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
|
@ -806,6 +806,7 @@
|
||||||
|
|
||||||
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
// render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108
|
||||||
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
/render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
if (document.querySelector('#megkey')) {alert(document.querySelector('#megkey').innerText + '\n' + document.getElementById('deckey').value);};
|
||||||
popupsToRedirects();
|
popupsToRedirects();
|
||||||
goToLink();
|
goToLink();
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
Loading…
Reference in a new issue