add zovo for dodi repacks site

This commit is contained in:
Amm0ni4 2024-12-21 15:43:05 +01:00
parent f19590916f
commit 716e47af0f
4 changed files with 18 additions and 2 deletions

View file

@ -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)\/.*/

View file

@ -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() {

View file

@ -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() {

View file

@ -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)\/.*/