Rated 5 out of 5 stars

Amazing add-on.

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

This review is for a previous version of the add-on (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;
}