khromov / clarity

Ad blocker for WordPress
https://wp-clarity.dev
27 stars 7 forks source link

Plugin/Theme name: Easy Updates Manager #76

Open Artim96 opened 2 months ago

Artim96 commented 2 months ago

Which plugin is this concerning? - https://de.wordpress.org/plugins/stops-core-theme-and-plugin-updates/

Upload a screenshot from your WordPress admin where the nag is clearly visible From updates settings: image

When does the nag appear?

Do you have a proposed CSS rule that could hide this nag? Should be this element:

<div class="updraft-ad-container updated">
    <div class="updraft_notice_container">
        <div class="updraft_advert_content_left">
            <img src="https://www.fsmuw.rwth-aachen.de/wp-content/plugins/stops-core-theme-and-plugin-updates/images/notices/wp_optimize_logo.png" width="60" height="60" alt="Hinweisbild">
        </div>
        <div class="updraft_advert_content_right">
            <h3 class="updraft_advert_heading">
                WP-Optimize             <div class="updraft-advert-dismiss">
                                    <a href="#" onclick="jQuery('.updraft-ad-container').slideUp(); jQuery.post(ajaxurl, {action: 'easy_updates_manager_ajax', subaction: 'dismiss_page_notice_until', nonce: '132a86b9e8' });">Ausblenden</a>
                                </div>
            </h3>
            <p>
                Mache deine Website schnell und effizient mit unserem bahnbrechenden Geschwindigkeits-Plugin.<a class="updraft_notice_link" href="https://getwpo.com">Hol dir WP-Optimize</a>           </p>
        </div>
    </div>
    <div class="clear"></div>
</div>