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

5 lines
154 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();