mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
add paster.gg bypass for sittingonclouds.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/165#issuecomment-2511624
This commit is contained in:
parent
4a3886d333
commit
8e9c746a1a
4 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.2.9
|
||||
// @version 93.2.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,6 +753,7 @@
|
|||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @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.9
|
||||
// @version 93.2.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,6 +753,7 @@
|
|||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
|
||||
|
@ -2685,6 +2686,8 @@
|
|||
});
|
||||
})() : null;
|
||||
|
||||
// sittingonclouds.com .net
|
||||
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -204,6 +204,7 @@
|
|||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||
// @include /delpez.com/
|
||||
// @include /mendationforc.info/
|
||||
// @include /paster.gg/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1159,6 +1160,8 @@
|
|||
});
|
||||
})() : null;
|
||||
|
||||
// sittingonclouds.com .net
|
||||
/paster.gg/.test(url) ? redirect(decodeURIComponent(url.split('&link=')[1].split('&')[0])) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -734,6 +734,7 @@ https://paster.so/*
|
|||
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||
/delpez.com/
|
||||
/mendationforc.info/
|
||||
/paster.gg/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
|
||||
|
|
Loading…
Reference in a new issue