3 constructor(classList
= []) {
4 this.adClassList
= classList
;
8 this.adClassList
.forEach((c
) => {
9 $(`${c}`).length
> 0 && $(`${c}`).remove();
14 let adClassList
= ['.ec_wise_ad', '.ec_wise_pp', '.na-like-container'];
15 let ad
= new removeDom(adClassList
);