mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add convertkit-mail.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/184
This commit is contained in:
parent
b916420094
commit
ce09053e98
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.2
|
||||
// @version 92.9.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -752,6 +752,7 @@
|
|||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin).com|(makego|sakazi|momge).net|askerlikforum.com.tr)(\/.*)/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.2
|
||||
// @version 92.9.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -752,6 +752,7 @@
|
|||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin).com|(makego|sakazi|momge).net|askerlikforum.com.tr)(\/.*)/
|
||||
|
@ -2615,6 +2616,9 @@
|
|||
redirectIfExists('#template-contactform-message > a:nth-child(3)');
|
||||
}) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/184
|
||||
/click.convertkit-mail.com/.test(url) ? redirect(atob(url.match(/.*(aHR0.*)/)[1])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -197,6 +197,7 @@
|
|||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1064,6 +1065,9 @@
|
|||
redirectIfExists('#template-contactform-message > a:nth-child(3)');
|
||||
}) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/184
|
||||
/click.convertkit-mail.com/.test(url) ? redirect(atob(url.match(/.*(aHR0.*)/)[1])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -733,6 +733,7 @@ https://paster.so/*
|
|||
/skillheadlines.in/
|
||||
/psccapk.in|secure.bgmiupdate.com.in/
|
||||
/www.spaste.com/
|
||||
/click.convertkit-mail.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin).com|(makego|sakazi|momge).net|askerlikforum.com.tr)(\/.*)/
|
||||
|
|
Loading…
Reference in a new issue