- Mar 22, 2013
- 9,142
- 10,489
Hey guys. 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:
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'm willing to do it any way I can. Greasemonkey sounds like it could do it. I also tried element hiding with Adblock, and it won't let me hide by using either of those elements.
I hope I'm clear and that anyone can help.
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.someshittysite.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'm willing to do it any way I can. Greasemonkey sounds like it could do it. I also tried element hiding with Adblock, and it won't let me hide by using either of those elements.
I hope I'm clear and that anyone can help.