I'm looking to use something to modify sites to remove elements, I have Stylebot but it's CSS only and you can't really remove elements with CSS, so anyone have any ideas?
The first thing that I can think of is to install TamperMonkey and make an userscript that selects those elements and removes them.
If you want to block divs just use adblock
site##nameofthediv
Stylebot appears to be similar to Stylish for Firefox so you should be able to do something like "display: none;" for whatever element you don't want shown.
Firebug is what you are looking for.
Sorry, you need to Log In to post a reply to this thread.