mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
add domain for vnshortener
This commit is contained in:
parent
f43acbe642
commit
f7dfd409ab
5 changed files with 21 additions and 5 deletions
|
@ -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/
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -594,6 +594,7 @@ https://paster.so/*
|
|||
/altearnativasa.com/
|
||||
/importantclass.com/
|
||||
/bebkub.com/
|
||||
/kbconlinegame.com/
|
||||
/owoanime.com/
|
||||
/keedabankingnews.com/
|
||||
/secure.moderngyan.com/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue