mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
add zovo for dodi repacks site
This commit is contained in:
parent
f19590916f
commit
716e47af0f
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.2.12
|
||||
// @version 93.2.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -754,6 +754,7 @@
|
|||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.2.12
|
||||
// @version 93.2.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -754,6 +754,7 @@
|
|||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
|
||||
|
@ -2676,6 +2677,12 @@
|
|||
// sittingonclouds.com .net
|
||||
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
|
||||
|
||||
// dodi-repacks.site
|
||||
/go.zovo.ink/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('button.btn:nth-child(4)');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -205,6 +205,7 @@
|
|||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1150,6 +1151,12 @@
|
|||
// sittingonclouds.com .net
|
||||
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
|
||||
|
||||
// dodi-repacks.site
|
||||
/go.zovo.ink/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('button.btn:nth-child(4)');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -735,6 +735,7 @@ https://paster.so/*
|
|||
/delpez.com/
|
||||
/mendationforc.info/
|
||||
/paster.gg/
|
||||
/go.zovo.ink/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
|
||||
|
|
Loading…
Reference in a new issue