remove more redundant text
This commit is contained in:
parent
110765da54
commit
9b441800b9
1
main.js
1
main.js
@ -1467,6 +1467,7 @@
|
|||||||
addStylesToHead(styles)
|
addStylesToHead(styles)
|
||||||
|
|
||||||
document.querySelectorAll(`#content > form > table > tbody > tr:is(:nth-child(3), :nth-child(6)) `).forEach(el => el.remove())
|
document.querySelectorAll(`#content > form > table > tbody > tr:is(:nth-child(3), :nth-child(6)) `).forEach(el => el.remove())
|
||||||
|
document.querySelector(`#content table table tr:nth-child(2) `).remove()
|
||||||
}
|
}
|
||||||
|
|
||||||
let styles = `
|
let styles = `
|
||||||
|
Loading…
Reference in New Issue
Block a user