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

View file

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

View file

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

View file

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

View file

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