Plugin Directory

Changeset 3366740


Ignore:
Timestamp:
09/23/2025 06:46:37 PM (6 months ago)
Author:
andrewhoyer
Message:

v0.3 code

Location:
hide-ai/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hide-ai/trunk/css/hide-ai-styles.css

    r3334264 r3366740  
    2828        }
    2929
    30         /* Link under Set featured image */
    31         div.e-featured-image-ai {
    32             display: none !important;
    33         }
    3430
    3531    /************************/
    36     /* Plugin Rank Math SEO */
     32    /* Plugin: Rank Math SEO */
    3733    /************************/
    3834       
     
    4844
    4945    /***********************/
    50     /* Plugin Otter blocks */
     46    /* Plugin: Otter blocks */
    5147    /***********************/
     48
    5249        /* Gutenburg paragraph and header block bar */
    5350        button[aria-label="Otter AI Content"] {
     
    6966        }
    7067
     68
     69/**************************/
     70/* Interface: Post editor */
     71/**************************/
     72
     73    /**************************/
     74    /* Plugin: All in One SEO */
     75    /**************************/
     76
     77        /* Top bar "writing assistant" */
     78        button:has(#aioseo-writing-assistant-sidebar-button) {
     79            display: none !important;
     80        }
     81
     82        /* Top bar plugin menu AI option */
     83        a:has(svg.aioseo-ai-content) {
     84            display: none !important;
     85        }
     86
     87        /* Options menu writing assistant option */
     88        button#aioseo-writing-assistant-sidebar-button {
     89            display: none !important;
     90        }
     91
     92        /* Plugin settings area AI Content */
     93        div:has(> svg.aioseo-ai-content) {
     94            display: none !important;
     95        }
     96
     97        /* Writing assistant metabox */
     98        div#aioseo-writing-assistant-metabox {
     99            display: none !important;
     100        }
     101
     102    /*********************/
     103    /* Plugin: Elementor */
     104    /*********************/
     105
     106        /* "Add an excerpt" sidebar link */
     107        div.e-excerpt-ai {
     108            display: none !important;
     109        }
     110
     111        /* Link under Set featured image */
     112        div.e-featured-image-ai {
     113            display: none !important;
     114        }
     115
     116    /*******************/
     117    /* Plugin: Spectra */
     118    /*******************/
     119
    71120        /* Entry in the Options menu under Plugins */
    72121        button[aria-controls="zip-ai-page-level-settings:zip-ai-page-settings-panel"] {
     
    74123        }
    75124
    76 
    77 
     125    /*****************/
     126    /* Plugin: Yoast */
     127    /*****************/
     128        /* "Generate" buttons in SEO title and Meta description area */
     129        .yst-root button.yst-replacevar__use-ai-button {
     130            display: none !important;
     131        }
    78132
    79133/****************************/
  • hide-ai/trunk/hide-ai.php

    r3334264 r3366740  
    2121    * Plugin URI:        https://andrewhoyer.com/hide-ai/
    2222    * Description:       Hides AI buttons and links in the WordPress admin area
    23     * Version:           0.2
     23    * Version:           0.3
    2424    * Author:            Andrew Hoyer
    2525    * Author URI:        https://andrewhoyer.com
     
    4141        plugin_dir_url(__FILE__) . 'css/hide-ai-styles.css',
    4242        array(),
    43         '0.2',
     43        '0.3',
    4444        'all'
    4545    );
  • hide-ai/trunk/readme.txt

    r3334264 r3366740  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 0.2
     6Stable tag: 0.3
    77Requires PHP: 7.0
    88Author URI: https://andrewhoyer.com/hide-ai/
     
    3030The plugin hides AI options generated by the following:
    3131
     32* All in One SEO
    3233* Elementor
    3334* Otter Blocks
     
    3536* Rank Math SEO
    3637* Spectra
     38* Yoast
    3739
    3840If you use a plugin or theme that is adding AI buttons to the interface, please submit a <a href="https://wordpress.org/support/plugin/hide-ai/">Support request</a> to have it included in a later version:
     
    6668
    6769== Changelog ==
     70
     71= 0.3 - Sep 23, 2025 =
     72
     73* Plugin now hides AI options for Yoast and All in One SEO
    6874
    6975= 0.2 - Jul 21, 2025 =
Note: See TracChangeset for help on using the changeset viewer.