Ohodnoceno 5 z 5 hvězdiček

Amazing add-on.

I do have a question though... Is there a way to simply make an element invisible instead of removing it?

Tato recenze je pro předchozí verzi doplňku (0.3.4.1-signed.1-signed). 

You can use `Style page' from the Yarip context-menu and set `visibility: hidden':

div {
visibility: hidden !important;
}