mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
fix detection of hubcloud
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/185
This commit is contained in:
parent
d53954225e
commit
919563977e
4 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.11
|
||||
// @version 92.9.12
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,7 +753,6 @@
|
|||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @include /bloggingvector.shop\/re2/
|
||||
// @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|chronoat|ecoinfotec).com|(makego|sakazi|momge).net|askerlikforum.com.tr|forp.xyz)(\/.*)/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.9.11
|
||||
// @version 92.9.12
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,7 +753,6 @@
|
|||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @include /bloggingvector.shop\/re2/
|
||||
// @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|chronoat|ecoinfotec).com|(makego|sakazi|momge).net|askerlikforum.com.tr|forp.xyz)(\/.*)/
|
||||
|
@ -1957,7 +1956,7 @@
|
|||
}
|
||||
|
||||
// hubcloud telegram link - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/185
|
||||
/bloggingvector.shop\/re2/.test(url) ? redirect(atob(url.split('/re2/')[1])) : null;
|
||||
// /bloggingvector.shop\/re2/.test(url) ? redirect(atob(url.split('/re2/')[1])) : null;
|
||||
|
||||
// desiremovies.cymru
|
||||
/gyanigurus.net\/view/.test(url) ? afterDOMLoaded(function() {clickIfExists('#show_button')}) : null;
|
||||
|
|
|
@ -198,7 +198,6 @@
|
|||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /www.spaste.com/
|
||||
// @include /click.convertkit-mail.com/
|
||||
// @include /bloggingvector.shop\/re2/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -406,7 +405,7 @@
|
|||
}
|
||||
|
||||
// hubcloud telegram link - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/185
|
||||
/bloggingvector.shop\/re2/.test(url) ? redirect(atob(url.split('/re2/')[1])) : null;
|
||||
// /bloggingvector.shop\/re2/.test(url) ? redirect(atob(url.split('/re2/')[1])) : null;
|
||||
|
||||
// desiremovies.cymru
|
||||
/gyanigurus.net\/view/.test(url) ? afterDOMLoaded(function() {clickIfExists('#show_button')}) : null;
|
||||
|
|
|
@ -734,7 +734,6 @@ https://paster.so/*
|
|||
/psccapk.in|secure.bgmiupdate.com.in/
|
||||
/www.spaste.com/
|
||||
/click.convertkit-mail.com/
|
||||
/bloggingvector.shop\/re2/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec).com|(makego|sakazi|momge).net|askerlikforum.com.tr|forp.xyz)(\/.*)/
|
||||
|
|
Loading…
Reference in a new issue