diff --git a/ticketmasterbot.user.js b/ticketmasterbot.user.js index d7d5e5c..21107b9 100644 --- a/ticketmasterbot.user.js +++ b/ticketmasterbot.user.js @@ -37,10 +37,15 @@ function deleteAllCookies() { function SkipPopup() { var popupPresent = getElementByXpath('//button[@class = "modal-dialog__button landing-modal-footer__skip-button"]'); + var pricingFluctuatePopupPresent = getElementByXpath('//button[@class = "modal-dialog modal-dialog--center edp__modal-dialog pricing-landing__dialog"]'); if(popupPresent) { try{ popupPresent.click();}catch(ex){} } + if(pricingFluctuatePopupPresent) + { + try{ pricingFluctuatePopupPresent.click();}catch(ex){} + } } function CheckForFilterPanel(){