remove some block on web page.
parent
eb4f0dbeb5
commit
1af47c122f
|
@ -146,7 +146,6 @@ function setCookie(name, value, days) {
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
console.log('set item');
|
|
||||||
SetItem(ItemType.Local, "");
|
SetItem(ItemType.Local, "");
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
$("footer").remove();
|
||||||
|
$("div.banner-wrapper div.img-wrapper img").remove();
|
||||||
var myInterval = null;
|
var myInterval = null;
|
||||||
//console.log("assign appear");
|
//console.log("assign appear");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue