I'm looking to permanently hide an element on this website I visit. I know this can be done with Greasemonkey, but I don't know how to do it.
Here is the code:
<div class="col-xs-12 col-sm-3">
<div class="widget-box">
<div class="widget-content">
<div id="40496">
<center>
<div class="alert alert-info">Coins: 4</div>
<span style="font-size:0.8em;" class="external-event ui-draggable label label-danger">Anti-Bots ne pas cliquer</span>
<img src="http://www.somesite.com/wp-content/uploads/2016/01/no_bots.jpeg" class="follower" width="150" height="112.5" border="0"><br><br>
What I need is to hide this entire element, but the reason it's hidden must be the img src
or the "Anti-Bots ne pas cliquer
" text. If I use any of the divs to hide it, or ID or anything else, it will hide content that I don't want hidden also. The img src or that text must be the association why the script will hide the element.
I hope I'm clear and that anyone can help.