Changeset 3366740
- Timestamp:
- 09/23/2025 06:46:37 PM (6 months ago)
- Location:
- hide-ai/trunk
- Files:
-
- 3 edited
-
css/hide-ai-styles.css (modified) (4 diffs)
-
hide-ai.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-ai/trunk/css/hide-ai-styles.css
r3334264 r3366740 28 28 } 29 29 30 /* Link under Set featured image */31 div.e-featured-image-ai {32 display: none !important;33 }34 30 35 31 /************************/ 36 /* Plugin Rank Math SEO */32 /* Plugin: Rank Math SEO */ 37 33 /************************/ 38 34 … … 48 44 49 45 /***********************/ 50 /* Plugin Otter blocks */46 /* Plugin: Otter blocks */ 51 47 /***********************/ 48 52 49 /* Gutenburg paragraph and header block bar */ 53 50 button[aria-label="Otter AI Content"] { … … 69 66 } 70 67 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 71 120 /* Entry in the Options menu under Plugins */ 72 121 button[aria-controls="zip-ai-page-level-settings:zip-ai-page-settings-panel"] { … … 74 123 } 75 124 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 } 78 132 79 133 /****************************/ -
hide-ai/trunk/hide-ai.php
r3334264 r3366740 21 21 * Plugin URI: https://andrewhoyer.com/hide-ai/ 22 22 * Description: Hides AI buttons and links in the WordPress admin area 23 * Version: 0. 223 * Version: 0.3 24 24 * Author: Andrew Hoyer 25 25 * Author URI: https://andrewhoyer.com … … 41 41 plugin_dir_url(__FILE__) . 'css/hide-ai-styles.css', 42 42 array(), 43 '0. 2',43 '0.3', 44 44 'all' 45 45 ); -
hide-ai/trunk/readme.txt
r3334264 r3366740 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 0. 26 Stable tag: 0.3 7 7 Requires PHP: 7.0 8 8 Author URI: https://andrewhoyer.com/hide-ai/ … … 30 30 The plugin hides AI options generated by the following: 31 31 32 * All in One SEO 32 33 * Elementor 33 34 * Otter Blocks … … 35 36 * Rank Math SEO 36 37 * Spectra 38 * Yoast 37 39 38 40 If 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: … … 66 68 67 69 == Changelog == 70 71 = 0.3 - Sep 23, 2025 = 72 73 * Plugin now hides AI options for Yoast and All in One SEO 68 74 69 75 = 0.2 - Jul 21, 2025 =
Note: See TracChangeset
for help on using the changeset viewer.