readd lksfy

it works disabling uBO for cinedesi.in
This commit is contained in:
Amm0ni4 2024-11-13 13:56:50 +01:00
parent 7234e1939f
commit aec72771e8
4 changed files with 8 additions and 4 deletions

View file

@ -751,6 +751,7 @@
// @include /hubcloud.club\/tg\/go.php\?re=/ // @include /hubcloud.club\/tg\/go.php\?re=/
// @include /stockwallah.com/ // @include /stockwallah.com/
// @include /^https:\/\/relampagomovies\.com\/.+/ // @include /^https:\/\/relampagomovies\.com\/.+/
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/ // @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/

View file

@ -751,6 +751,7 @@
// @include /hubcloud.club\/tg\/go.php\?re=/ // @include /hubcloud.club\/tg\/go.php\?re=/
// @include /stockwallah.com/ // @include /stockwallah.com/
// @include /^https:\/\/relampagomovies\.com\/.+/ // @include /^https:\/\/relampagomovies\.com\/.+/
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.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); const button = document.querySelector(buttonSelector);
if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) {
setTimeout(() => button.click(), 500); setTimeout(() => button.click(), 500);
@ -2049,7 +2050,7 @@
//##Final button //##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 (() => 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://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369 // https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369

View file

@ -198,6 +198,7 @@
// @include /hubcloud.club\/tg\/go.php\?re=/ // @include /hubcloud.club\/tg\/go.php\?re=/
// @include /stockwallah.com/ // @include /stockwallah.com/
// @include /^https:\/\/relampagomovies\.com\/.+/ // @include /^https:\/\/relampagomovies\.com\/.+/
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -481,7 +482,7 @@
}); });
} }
/* const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => {
const button = document.querySelector(buttonSelector); const button = document.querySelector(buttonSelector);
if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) {
setTimeout(() => button.click(), 500); setTimeout(() => button.click(), 500);
@ -499,7 +500,7 @@
//##Final button //##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 (() => 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://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369 // https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369

View file

@ -732,6 +732,7 @@ https://paster.so/*
/hubcloud.club\/tg\/go.php\?re=/ /hubcloud.club\/tg\/go.php\?re=/
/stockwallah.com/ /stockwallah.com/
/^https:\/\/relampagomovies\.com\/.+/ /^https:\/\/relampagomovies\.com\/.+/
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/(mega-enlace|acortados).com/ /(mega-enlace|acortados).com/
/^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/ /^https:\/\/.*\.(tradeshowrating\.com|historyofyesterday\.com)\/.*/