mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
readd lksfy
it works disabling uBO for cinedesi.in
This commit is contained in:
parent
7234e1939f
commit
aec72771e8
4 changed files with 8 additions and 4 deletions
|
@ -751,6 +751,7 @@
|
|||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
|
|
@ -751,6 +751,7 @@
|
|||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
@ -2031,7 +2032,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
/* const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => {
|
||||
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => {
|
||||
const button = document.querySelector(buttonSelector);
|
||||
if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) {
|
||||
setTimeout(() => button.click(), 500);
|
||||
|
@ -2049,7 +2050,7 @@
|
|||
//##Final button
|
||||
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
|
||||
}
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF */
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||
|
|
|
@ -198,6 +198,7 @@
|
|||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||
// @include /stockwallah.com/
|
||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -481,7 +482,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
/* const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => {
|
||||
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => {
|
||||
const button = document.querySelector(buttonSelector);
|
||||
if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) {
|
||||
setTimeout(() => button.click(), 500);
|
||||
|
@ -499,7 +500,7 @@
|
|||
//##Final button
|
||||
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
|
||||
}
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF */
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||
|
|
|
@ -732,6 +732,7 @@ https://paster.so/*
|
|||
/hubcloud.club\/tg\/go.php\?re=/
|
||||
/stockwallah.com/
|
||||
/^https:\/\/relampagomovies\.com\/.+/
|
||||
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/
|
||||
|
|
Loading…
Reference in a new issue