apoorvparijat / dominos.js

Free pizza
15 stars 2 forks source link

Instruction

  1. Navigate to Dominos pizza selection page.
  2. Add 2 pizzas in the cart
  3. Press Ctrl + Shift + J for Windows / Cmd + Opt + J for Mac (in Chrome)
  4. Paste the content of dominos.js
  5. Sit back while the coupon is applied. (Might take a minute).

Advanced

Call stop() to stop execution anytime.

If the coupons don't work, call start manually with different parameter.

stop();
start('a', 0);

Working Parameter

Links

Follow comments here to keep track of what's working.

Troubleshoot

Make sure you set halt = false before calling applyCoupon function.