I'm trying to remove the following line of code from http://trakt.tv/calendars/my/shows/ using Greasemonkey:
<a href="/vip">
    <div class="huckster-vip-square">
        <div class="inner">
            <div class="text">
                <h1>Support Trakt & become a VIP!</h1>
                <h2>Hide advertising, unlock extended features and help Trakt grow.</h2>
                <div class="btn btn-primary">Learn More</div>
            </div>
        </div>
    </div>
</a>
How can I do that?
 
     
     
    