Warning, /pim/kitinerary/src/lib/scripts/flixbus.json is written in an unsupported language. File is not indexed.

0001 [{
0002     "filter": [
0003         {
0004             "match": "(?:FlixMobility|Flix SE)",
0005             "field": "reservationFor.busCompany.name",
0006             "mimeType": "application/ld+json"
0007         }
0008     ],
0009     "function": "main",
0010     "script": "flixbus.js",
0011     "mimeType": "text/html"
0012 },
0013 {
0014     "filter": [
0015         {
0016             "match": "^https://shop\\.(?:global\\.)?flixbus\\.[a-z]{2,3}/pdfqr/",
0017             "mimeType": "text/plain",
0018             "scope": "Descendants"
0019         }
0020     ],
0021     "function": "parsePdfTicket",
0022     "mimeType": "application/pdf",
0023     "script": "flixbus.js"
0024 }]