Remove PackageTrackr.com Ad-Block Modal

PackageTrackr recently added an ad-block detection popup. Script removes it as soon as it's added.

ئاپتورى
Will Belden
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
31
باھا نومۇرى
0 0 0
نەشرى
0.15
قۇرۇلغان ۋاقتى
2023-04-26
يېڭىلانغان ۋاقتى
2024-05-31
Size
1.3 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى

PackageTrackr.com - Ad-Block Detection Modal Removal

PackageTrackr.com is one of my absolute favorite sites for tracking various packages I have coming or going, in a single place, with major shipping providers supported. Recently, they added ad-block detection and throw a popup.

This script will simply add an observer for new elements and if the className matches any of those in the array, then that element is removed.

Honestly, I couldn't find a simple script like this to start from, so I had to write from scratch. Feel free to fork it to add an observer to your favorite site that needs a script to do whatever YOU want it to do!

NOTE: Does require jQuery, because I'm lazy and that's just the simplest for me.