Greasy Fork is available in English.
Claim Free BTC [Every 5 Min]
< Feedback on 🎁Free Unlimited BITCOIN Faucet🎁
Don't understand your question?
maybe I expressed myself badly. For example HCAPTCHA FREE COIN ROTATOR 1 and iqfaucet. which string should be copied to merge both?
Try this
// @match https://iqfaucet.com/*
// @connect iqfaucet.com
var autoWithdraw = true; //set to true; autowithdraw and set to false; manual withdraw //
{website : ["iqfaucet.com"],
inputTextSelector: ".form-control",
inputTextSelectorButton: ".btn.btn-primary",
defaultButtonSelectors: [".btn.btn-success.btn-lg"],
captchaButtonSubmitSelector: ".btn.btn-success",
allMessageSelectors: [".alert.alert-success",".alert.alert-danger",".alert.alert-info"],
successMessageSelectors: [".alert.alert-success"],
messagesToCheckBeforeMovingToNextUrl: ["successfully","wrong","system","network"],
withdrawPageUrl: "account.php?withdr=fp",withdrawEnabled:autoWithdraw},
{url : "https://iqfaucet.com?ref=403036", address: doge},
I haven't check it.
Thanks
I'll try it later, and let you know. thank you
This is about doge, is it the same for Bitcoin?
Normally it the same and replace url below
{url : "https://iqfaucet.com/btc/?ref=8049", address: btc},
the script works great thanks. what needs to be copied to insert it into another script?