[...document.querySelectorAll(".gall_writer")].forEach(function (item) {
if (item.innerText === "위키세계어")
item.parentElement.remove();
});
확장프로그램을 만들던 해서 페이지 불러올때마다 실행하게 하면 깔끔해진다
참고로 저는 위키세계어님의 팬입니다
[...document.querySelectorAll(".gall_writer")].forEach(function (item) {
if (item.innerText === "위키세계어")
item.parentElement.remove();
});
확장프로그램을 만들던 해서 페이지 불러올때마다 실행하게 하면 깔끔해진다
참고로 저는 위키세계어님의 팬입니다
댓글 0