Skip to content

apoorvparijat/dominos.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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

  • Dec 13
    • ('d', 755)
    • ('a', 1)
  • Dec 12
    • ('d', 300)

Links

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

Troubleshoot

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

Releases

No releases published

Packages

No packages published