How to get data from script?

var MenucardCategories = { "QR00RRQN": [ { "weekDay": 1, "startTime": "11:00:00", "endTime": "14:00:00" }, { "weekDay": 2, "startTime": "11:00:00", "endTime": "14:00:00" }, { "weekDay": 3, "startTime": "11:00:00", "endTime": "14:00:00" }, { "weekDay": 4, "startTime": "11:00:00", "endTime": "14:00:00" }, { "weekDay": 5, "startTime": "11:00:00", "endTime": "14:00:00" }, { "weekDay": 6, "startTime": "00:00:00", "endTime": "00:00:00" }, { "weekDay": 0, "startTime": "00:00:00", "endTime": "00:00:00" } ] }; - -![09|459x500](upload://fB7vZLDZCQzIC7ofV3soALePtdb.png) I need here weekDays with start and endtime to pickup but any tries didnĀ“t work. Using regex or any other option is for me a new challenge. Please provide suggestions with a little bit more info.

You could certainly grab that whole chunk of code by using Type: HTML and a proper regex, but you would still need post-processing to weed out all the days and times (needs a program/script).