You are viewing a single comment's thread from:
RE: Prefill your coin address on faucet pages with JavaScript! [Google Chrome version]
You're most welcome, I'm really glad this may prove useful to you.
Just remember that the first code block is written specifically for that particular Litecoin faucet and replaces all the code in the Tampermonkey window, if you wish to use the technique on other faucets from the same coinfaucet.info
provider:
- Go to the faucet page
- Create a new Tampermonkey script
- Replace the text
// Your code here...
with the contents of the second code block - Name the script
- Add
/*
at the end of the URL in@match
- Put in your
@namespace
, or just keepunoriginal-but-unique
it's not likely to exist in any other scripts ;) - Replace
neuromancer
with your coin receiving address - Save it
- Refresh
If you use Moon faucets, use the third code block in the same manner, I wrote it specifically for their login pages.
Firefox users, stay tuned: a version written for Firefox & Greasemonkey is almost finished and will be published very soon.
Other faucets: Ability to use this is entirely dependent on the manner in which the faucet site is coded, but we can always try so let me know & I'll look into it.