You are viewing a single comment's thread from:
RE: Automatically upvote after X minutes (Steemit bookmarklet)
As others have already said, clever tool and very useful! But I have a question, if I were to want to just vote always at a certain minute mark, for example 30 min in this case without any prompts, how should I edit the code?
Thanks! Use this code instead:
The very last part
run( 30, document.title, false );
decides. So just replace that with whatever you want.I may actually make a separate bookmarklet which is simpler and just votes at the 30 mark as that's the most common use case (I believe). Great suggestion anyway!