Set those elements’ display to none using DOM methods in the .js file for an existing dictionary.
For example, on android, you can use the following to hide everything.
document.getElementById("eudicWordInfoHead").style.display = "none";
Set those elements’ display to none using DOM methods in the .js file for an existing dictionary.
For example, on android, you can use the following to hide everything.
document.getElementById("eudicWordInfoHead").style.display = "none";