fix fc-lc

This commit is contained in:
Amm0ni4 2024-10-16 17:50:34 +02:00
parent 82134e9486
commit 031942b3a2
3 changed files with 14 additions and 18 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.8.28 // @version 92.8.29
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.8.28 // @version 92.8.29
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -1814,17 +1814,15 @@
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; /test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
//fc-lc //fc-lc
/* /^https:\/\/(fc-lc\.com|fc-lc\.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() { /^https:\/\/(fc-lc\.com|fc-lc\.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() {
if (checkCloudflareCaptchaSolved() && checkGoogleRecaptchaSolved()) { clickIfExists('#invisibleCaptchaShortlink');
clickWithDelay('#invisibleCaptchaShortlink', 3000); }) : null;
}
}) : null; */
// extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277 // extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277
/^https:\/\/(fitdynamos\.com|gamizo\.com|tmail\.io)\/.*$/.test(url) ? afterWindowLoaded(function() { /^https:\/\/(fitdynamos\.com|gamizo\.com|tmail\.io)\/.*$/.test(url) ? afterWindowLoaded(function() {
clickIfExists('#next'); clickIfExists('#next');
//clickIfVisible('#scroll'); clickIfExists('#scroll:not(.hidden)');
//clickIfVisible('#glink'); clickIfExists('#glink:not(.hidden)');
//clickIfVisible('#surl'); clickIfExists('#surl');
}) : null; }) : null;
//cpmlink.net //cpmlink.net

View file

@ -323,17 +323,15 @@
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; /test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
//fc-lc //fc-lc
/* /^https:\/\/(fc-lc\.com|fc-lc\.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() { /^https:\/\/(fc-lc\.com|fc-lc\.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() {
if (checkCloudflareCaptchaSolved() && checkGoogleRecaptchaSolved()) { clickIfExists('#invisibleCaptchaShortlink');
clickWithDelay('#invisibleCaptchaShortlink', 3000); }) : null;
}
}) : null; */
// extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277 // extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277
/^https:\/\/(fitdynamos\.com|gamizo\.com|tmail\.io)\/.*$/.test(url) ? afterWindowLoaded(function() { /^https:\/\/(fitdynamos\.com|gamizo\.com|tmail\.io)\/.*$/.test(url) ? afterWindowLoaded(function() {
clickIfExists('#next'); clickIfExists('#next');
//clickIfVisible('#scroll'); clickIfExists('#scroll:not(.hidden)');
//clickIfVisible('#glink'); clickIfExists('#glink:not(.hidden)');
//clickIfVisible('#surl'); clickIfExists('#surl');
}) : null; }) : null;
//cpmlink.net //cpmlink.net