tixcraft_bot/webdriver/Maxbot_1.0.0/js/ibon_area.js

5 lines
156 B
JavaScript
Raw Normal View History

2023-12-29 09:13:59 +00:00
// price row.
$("table > tbody > tr.disabled").remove();
$("table > tbody > tr.sold-out").remove();
$("div.map > div > img").remove();
$("footer").remove();