add domain for vnshortener

This commit is contained in:
Amm0ni4 2025-02-27 17:05:48 +01:00
parent f43acbe642
commit f7dfd409ab
5 changed files with 21 additions and 5 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 94.0.16 // @version 94.0.17
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -612,6 +612,7 @@
// @include /altearnativasa.com/ // @include /altearnativasa.com/
// @include /importantclass.com/ // @include /importantclass.com/
// @include /bebkub.com/ // @include /bebkub.com/
// @include /kbconlinegame.com/
// @include /owoanime.com/ // @include /owoanime.com/
// @include /keedabankingnews.com/ // @include /keedabankingnews.com/
// @include /secure.moderngyan.com/ // @include /secure.moderngyan.com/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 94.0.16 // @version 94.0.17
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -612,6 +612,7 @@
// @include /altearnativasa.com/ // @include /altearnativasa.com/
// @include /importantclass.com/ // @include /importantclass.com/
// @include /bebkub.com/ // @include /bebkub.com/
// @include /kbconlinegame.com/
// @include /owoanime.com/ // @include /owoanime.com/
// @include /keedabankingnews.com/ // @include /keedabankingnews.com/
// @include /secure.moderngyan.com/ // @include /secure.moderngyan.com/
@ -2455,6 +2456,12 @@
} }
}, 1000); }, 1000);
} }
/kbconlinegame.com/.test(url) ? afterDOMLoaded(function() {
clickIfVisible3('#pro-continue');
setTimeout(function() {
clickIfVisible3('#pro-btn');
}, 2000);
}) : null;
/owoanime.com/.test(url) ? afterWindowLoaded(function() { /owoanime.com/.test(url) ? afterWindowLoaded(function() {
window.countdown = 0; window.countdown = 0;
showPopup(); showPopup();
@ -2765,7 +2772,7 @@
})(); })();
(function() { (function() {
//'use strict'; 'use strict';
const url = window.location.href const url = window.location.href
function boostTimers2() { // Overwrite setInterval and setTimeout function boostTimers2() { // Overwrite setInterval and setTimeout
const originalSetInterval = window.setInterval; const originalSetInterval = window.setInterval;

View file

@ -171,6 +171,7 @@
// @include /altearnativasa.com/ // @include /altearnativasa.com/
// @include /importantclass.com/ // @include /importantclass.com/
// @include /bebkub.com/ // @include /bebkub.com/
// @include /kbconlinegame.com/
// @include /owoanime.com/ // @include /owoanime.com/
// @include /keedabankingnews.com/ // @include /keedabankingnews.com/
// @include /secure.moderngyan.com/ // @include /secure.moderngyan.com/
@ -1202,6 +1203,12 @@
} }
}, 1000); }, 1000);
} }
/kbconlinegame.com/.test(url) ? afterDOMLoaded(function() {
clickIfVisible3('#pro-continue');
setTimeout(function() {
clickIfVisible3('#pro-btn');
}, 2000);
}) : null;
/owoanime.com/.test(url) ? afterWindowLoaded(function() { /owoanime.com/.test(url) ? afterWindowLoaded(function() {
window.countdown = 0; window.countdown = 0;
showPopup(); showPopup();
@ -1512,7 +1519,7 @@
})(); })();
(function() { (function() {
//'use strict'; 'use strict';
const url = window.location.href const url = window.location.href
function boostTimers2() { // Overwrite setInterval and setTimeout function boostTimers2() { // Overwrite setInterval and setTimeout
const originalSetInterval = window.setInterval; const originalSetInterval = window.setInterval;

View file

@ -594,6 +594,7 @@ https://paster.so/*
/altearnativasa.com/ /altearnativasa.com/
/importantclass.com/ /importantclass.com/
/bebkub.com/ /bebkub.com/
/kbconlinegame.com/
/owoanime.com/ /owoanime.com/
/keedabankingnews.com/ /keedabankingnews.com/
/secure.moderngyan.com/ /secure.moderngyan.com/

View file

@ -37,7 +37,7 @@
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @run-at document-start // @run-at document-start
// @author Bloggerpemula // @author Bloggerpemula
// @version 94.0.16 // @version 94.0.17
// @match *://*/* // @match *://*/*
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue