new domain for vnshortener.com

This commit is contained in:
Amm0ni4 2025-02-26 14:35:07 +01:00
parent 663894a813
commit eaf3d1ae1f
5 changed files with 17 additions and 5 deletions

View file

@ -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/

View file

@ -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() {

View file

@ -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() {

View file

@ -598,6 +598,7 @@ https://paster.so/*
/importantclass.com/
/bebkub.com/
/owoanime.com/
/keedabankingnews.com/
/secure.moderngyan.com/
/earnbox.sattakingcharts.in/
/set.seturl.in/

View file

@ -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