How To Guide

If you want to use my scripts but don't know what you're doing, you've come to the right place!

My scripts are all made for Firefox and Greasemonkey and have not been tested on mobile or with other monkey add-ons (sorry).
(You are, of course, welcome to try my scripts on mobile/other browsers, but I cannot guarantee they will work.)

How to Use:

  • Install the add-on Greasemonkey (if you haven't already)
  • Click the direct link to the script on my GitHub
  • Click on the "Raw" button (top right of the table)
  • This should open the installation dialogue box, which will give you some basic information about the script
  • Click "Install"
  • Done! 

Method 2 (script will not auto update):

  • Install the add-on Greasemonkey (if you haven't already)
  • Click on Greasemonkey -> New user script...
  • Copy & paste the code I provided in the blog post or in my GitHub
  • Save the script
  • Done!

Notes: 

  • User defined variables
    • If a script is labelled as User defined, this means the script needs you to define something.
      For example, for the Wishing Well script, you have to define the item wish you want.
  • Comments
    • Comments in javascript are preceded by  //  for a single line and in between  /*  and  */  for multi-line:
      // this is a comment
      /* this is a multi-line comment,
      it spans more than one line
      this is so you don't have comment out
      every single line separately /*
    • Comments are not code, they are typically reminders or explanations that help people read/edit the code
    • If you are asked to uncomment something, that means removing the  //  at the beginning of the line, or the  /*  and  */  surrounding the lines
      This changes the lines from comments to code that will be executed
    • I tend to comment a lot. I like to put in different options that you might want!
      For example, for the Marrow script, I put commented lines in to have your guess be a randomly generated number instead of a set number.
      (I'm weird and like to make the same guess every time. 😝)
  • Auto Updates
    • If you do not want my scripts to auto update, select:
      Greasemonkey -> Script Name -> User script options -> Auto update enabled
    • Or use Method 2 above

Comments

Popular posts from this blog

Lunar Temple Daily Solver

Wishing Well Helper

DTI link on JN's Item Database