tixcraft_bot/webdriver/Maxbotplus_1.0.0/js/ticket_area.js

8 lines
164 B
JavaScript

// price row.
$("ul.area-list > span > li:not(:has(a))").remove();
// description row.
$("ul.area-list > li:not(:has(a))").remove();
$("footer").remove();