mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
Improve tii.la,oei.la,iir.la,tvi.la,oii.la,tpi.li,lnbz.la
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/196 https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11280464
This commit is contained in:
parent
753fb23a19
commit
e1fae135b4
4 changed files with 20 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.1.3
|
||||
// @version 93.1.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -747,6 +747,7 @@
|
|||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.1.3
|
||||
// @version 93.1.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -747,6 +747,7 @@
|
|||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
@ -2628,6 +2629,13 @@
|
|||
});
|
||||
}
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11280464
|
||||
/tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/.test(url) ? afterWindowLoaded(function() {
|
||||
const form = document.querySelector('#link-view > form');
|
||||
if (form) {
|
||||
form.action = document.querySelector('#link-view > form > input[name=url]').value;
|
||||
}
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -199,6 +199,7 @@
|
|||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1094,6 +1095,13 @@
|
|||
});
|
||||
}
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11280464
|
||||
/tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/.test(url) ? afterWindowLoaded(function() {
|
||||
const form = document.querySelector('#link-view > form');
|
||||
if (form) {
|
||||
form.action = document.querySelector('#link-view > form > input[name=url]').value;
|
||||
}
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -728,6 +728,7 @@ https://paster.so/*
|
|||
/stockwallah.com/
|
||||
/^https:\/\/relampagomovies\.com\/.+/
|
||||
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
/tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
|
Loading…
Reference in a new issue