How to get rid of this VPN ad on 1337x.ninjaproxy1.com

Website is 1337x.ninjaproxy1.com. Open any page. Example

https://1337x.ninjaproxy1.com/torrent/6259525/Disclaimer-S01E07-1080p-x265-ELiTE/

I could not block this ad because the div’s id is consistently changing and has no class. That’s why element picker is also not working. This is the code.

<div id="l5a641813817f7edea73ca3caafb7ab96a87fcbf3" style="text-align:center;font-family:Tahoma;cursor:pointer;padding-bottom:5px;" onclick="location.href='https://1337x.onlyvpn.site/r?RID=B-s59Fo-MDAxNjk5ODczOTM0';">

    <div style="font-size:18pt;padding:10px 0;text-align:center;color:red;font-weight:bolder;" id="l807c3b5c6efd54bb2ed83246175f13cb664d8823">
        Warning! Use a V𝙿N When Downloading Torrents!
    </div>

    <div style="padding:0 0 8px;font-size:15px;line-height:25px;font-family:Verdana;">
        <div id="lafa154fa29ee3d1c5d6479abfda9abba4067cff6" style="padding-bottom:5px;">

            <b>Your IP Address</b> is <span style="color:red;font-weight:bold;background-color:yellow;padding:3px"></span>.
            <b>Location</b> <span style="color:red;font-weight:bold;background-color:yellow;padding:3px"></span>
        </div>
        Your Internet Provider <span style="color:red;font-weight:bold;background-color:yellow"></span> can see when you download torrents!
        <b>Hide your IP Address with a V𝙿N</b><br>
        <span class="blink_me">⚠</span><b><span style="color:red;font-weight:bold;font-size:105%;padding:2px; border-bottom:dashed;">1337x recommends </span> </b>
        <span style="">using <a href="https://trust.zone/" style="text-decoration:underline;font-weight:bold;color:#1e73be;">Trust.Zone V𝙿N</a> to hide your torrenting. </span>
        <span style="color:red;font-weight:bold;border-color:red">It's FREE</span>
        <a id="lf4eee65a50245b2fdae86acad25d8d44b0ee1faa" href="https://1337x.onlyvpn.site/r?RID=B-s59Fo-MDAxNjk5ODczOTM0" onmouseover="this.style.background='#e02c3c';" onmouseout="this.style.background='#ff0000';">HIDE ME NOW</a>

    </div>
</div>
1337x.ninjaproxy1.com##div[id][onclick^="location.href='https://1337x.onlyvpn.site/"]

May I ask what is the purpose to include the [id]? It seems unnecessary to me and also works without it. Just wondering if there is a higher reasoning behind that.

Didn’t know we could target containers by onclick location. Works like a charm.

Thanks a lot.

More criteria is usually better. I could also remove div.

Besides, I wrote this on my phone and I already had [id] written to use :has() with the href from the bottom line before I side scrolled far enough to notice onclick.