Taj Mahal Ticket Booking

Upvote:-2

Copy the following snippet:

const addChildBtn = document.querySelector('body > asi-root > div.bg.row > div > div > asi-quick-pay-all > div > div > div.col-sm-12.col-md-4.col-lg-4.borderRight > div > div > form:nth-child(1) > div.col-sm-6.col-md-6.col-lg-6.col-xs-6.leftDiv.manualInput > div > button')
addChildBtn.removeAttribute('disabled')
  • Go the the page where Add child button is present.
  • Press CTRL + SHIFT + J
  • Paste What you copied (CTRL + V)
  • Press Enter

And the Add child button should be enabled now.

Upvote:3

Since children do not need a ticket, their details need not be entered. Even if you trick the website into adding children (edit the HTML using Inspect tab), the next step will fail with error "Cannot book ticket for child for Taj Mahal"

From comment

More post

Search Posts

Related post