I am in the process of developing a web browser that allows users to easily hide distracting elements while reading content.
I believe the most effective way to hide user-selected divs would be by tweaking the source code (html) of the loaded page. However, I have not come across any methods for this in my research so far.
Currently, I utilize WinJS for creating applications for Windows Phone.