From f7dfd409abe6dd2eb9f7bcf5f61e52b55fb7c0e8 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 27 Feb 2025 17:05:48 +0100 Subject: [PATCH] add domain for vnshortener --- Bypass_All_Shortlinks.meta.js | 3 ++- Bypass_All_Shortlinks.user.js | 11 +++++++++-- extra_bypasses/extra_bypasses.user.js | 9 ++++++++- supported_sites.txt | 1 + untouched_Bypass_All_Shortlinks_patched.user.js | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 7317679..f7c59dc 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.16 +// @version 94.0.17 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -612,6 +612,7 @@ // @include /altearnativasa.com/ // @include /importantclass.com/ // @include /bebkub.com/ +// @include /kbconlinegame.com/ // @include /owoanime.com/ // @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 120630b..70ec680 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.16 +// @version 94.0.17 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -612,6 +612,7 @@ // @include /altearnativasa.com/ // @include /importantclass.com/ // @include /bebkub.com/ +// @include /kbconlinegame.com/ // @include /owoanime.com/ // @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ @@ -2455,6 +2456,12 @@ } }, 1000); } + /kbconlinegame.com/.test(url) ? afterDOMLoaded(function() { + clickIfVisible3('#pro-continue'); + setTimeout(function() { + clickIfVisible3('#pro-btn'); + }, 2000); + }) : null; /owoanime.com/.test(url) ? afterWindowLoaded(function() { window.countdown = 0; showPopup(); @@ -2765,7 +2772,7 @@ })(); (function() { - //'use strict'; + 'use strict'; const url = window.location.href function boostTimers2() { // Overwrite setInterval and setTimeout const originalSetInterval = window.setInterval; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 3e93a1e..d6655a7 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -171,6 +171,7 @@ // @include /altearnativasa.com/ // @include /importantclass.com/ // @include /bebkub.com/ +// @include /kbconlinegame.com/ // @include /owoanime.com/ // @include /keedabankingnews.com/ // @include /secure.moderngyan.com/ @@ -1202,6 +1203,12 @@ } }, 1000); } + /kbconlinegame.com/.test(url) ? afterDOMLoaded(function() { + clickIfVisible3('#pro-continue'); + setTimeout(function() { + clickIfVisible3('#pro-btn'); + }, 2000); + }) : null; /owoanime.com/.test(url) ? afterWindowLoaded(function() { window.countdown = 0; showPopup(); @@ -1512,7 +1519,7 @@ })(); (function() { - //'use strict'; + 'use strict'; const url = window.location.href function boostTimers2() { // Overwrite setInterval and setTimeout const originalSetInterval = window.setInterval; diff --git a/supported_sites.txt b/supported_sites.txt index 2550ffb..f85b14e 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -594,6 +594,7 @@ https://paster.so/* /altearnativasa.com/ /importantclass.com/ /bebkub.com/ +/kbconlinegame.com/ /owoanime.com/ /keedabankingnews.com/ /secure.moderngyan.com/ diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index ac512c6..86e98ae 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.16 +// @version 94.0.17 // @match *://*/* // @grant GM_setValue // @grant GM_getValue