大麦抢票-确认

辅助购买大麦网演唱会门票

As of 2019-05-20. See the latest version.

Author
oliwang
Ratings
0 0 0
Version
0.4
Created
2019-05-17
Updated
2019-05-20
License
N/A
Applies to

Purchasing Concert Tickets on damai.cn 大麦抢票-选场次票价人数

The user chooses the desired date and ticket price for the concert. After pressing "Start", the script automatically refreshes the page and checks whether tickets have become available. Combining with the script https://greasyfork.org/en/scripts/383155-大麦抢票-确认 , users are taken directly to Alipay payment page.

notice

  • There is no 100% guarantee that you can get the desired tickets. If it is a very popular and very important concert, it might be a good idea to use your phone and check damai's app at the same time as well
  • You need to change the number of tickets in the script by changing the value of the variable people_num. The default value is 2.
  • This script only supports concert ticket purchases.
  • This script does not support events that let users choose seats.
  • Please signup and login first. Fill your address and ticket buyer info before using the script.
  • The UI needs a lot of improvements

solving errors

  • The errors are probably due to the slow page loading speed. You can either use a faster internet or change the refreshing rate in the script.
  • clearing the localStorage, especially "isRunning" variable could be helpful before reloading

大麦抢票-选场次票价人数

用户手动选择场次票价,脚本将自动刷新页面,当“立即购买”按钮出现时,将会自动进入确认页。如果安装了 https://greasyfork.org/en/scripts/383155-大麦抢票-确认,将直接抢票,进入支付宝支付界面。

使用须知

  • 稳定性没有100%保证,如果是很重要的票可能一边开着电脑用脚本,一边自己用手机刷新更保险一些,做好两手准备
  • 需要手动在脚本中修改人数
  • 只支持大麦演唱会,不支持歌剧话剧,比赛等
  • 不支持选座
  • 需要事先登录好,填好相关的地址,人员信息
  • UI太粗糙啦

解决报错

  • 加载速度太慢可能导致脚本报错。这个问题可以通过使用更快的网络或者调整脚本中页面刷新速率解决。
  • 在重新加载之前最好清空localStorage, 尤其是“isRunning“这个变量。