diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 2b76ab9..c0b4b50 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.5 +// @version 94.0.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -616,6 +616,7 @@ // @include /importantclass.com/ // @include /bebkub.com/ // @include /owoanime.com/ +// @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ // @include /earnbox.sattakingcharts.in/ // @include /set.seturl.in/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 52c019d..b7fb7df 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.5 +// @version 94.0.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -616,6 +616,7 @@ // @include /importantclass.com/ // @include /bebkub.com/ // @include /owoanime.com/ +// @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ // @include /earnbox.sattakingcharts.in/ // @include /set.seturl.in/ @@ -2441,7 +2442,7 @@ clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)'); }) : null; - // vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + // vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; clickWithDelay('#my-btn', 3000); @@ -2456,6 +2457,10 @@ clickWithDelay('#pro-continue', 3000); clickWithDelay('#pro-btn', 5000); }) : null; + /keedabankingnews.com/.test(url) ? afterWindowLoaded(function() { + window.count = 0; + clickIfExists('#tp-snp2'); + }) : null; // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 3123aa8..7da9cfe 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -172,6 +172,7 @@ // @include /importantclass.com/ // @include /bebkub.com/ // @include /owoanime.com/ +// @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ // @include /earnbox.sattakingcharts.in/ // @include /set.seturl.in/ @@ -1185,7 +1186,7 @@ clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)'); }) : null; - // vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + // vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; clickWithDelay('#my-btn', 3000); @@ -1200,6 +1201,10 @@ clickWithDelay('#pro-continue', 3000); clickWithDelay('#pro-btn', 5000); }) : null; + /keedabankingnews.com/.test(url) ? afterWindowLoaded(function() { + window.count = 0; + clickIfExists('#tp-snp2'); + }) : null; // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { diff --git a/supported_sites.txt b/supported_sites.txt index eb3d4f8..5abd132 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -598,6 +598,7 @@ https://paster.so/* /importantclass.com/ /bebkub.com/ /owoanime.com/ +/keedabankingnews.com/ /secure.moderngyan.com/ /earnbox.sattakingcharts.in/ /set.seturl.in/ diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index 8fbacc9..7bfeeae 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 94.0.5 +// @version 94.0.6 // @match *://*/* // @grant GM_setValue // @grant GM_getValue