Remove Promotion Element at Reddit Site

Removes the promotion element from the page

As of 2024-11-23. See the latest version.

Author
138 Aspen
Ratings
0 0 0
Version
1.0.3
Created
2024-03-23
Updated
2024-11-23
Size
2.38 KB
License
MIT
Applies to
const promoSelectors = [
            'a.w-100.block.h-100.cursor-pointer',
            'shreddit-ad-post.promotedlink',
            'shreddit-dynamic-ad-link',
            'shreddit-comments-page-ad.promotedlink'  // Added new selector
        ];