mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
fix fc-lc
This commit is contained in:
parent
82134e9486
commit
031942b3a2
3 changed files with 14 additions and 18 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue