https://github.com/penn201500/googleadvsearchhint
This is a simple tool to make Google advance search easier.
https://github.com/penn201500/googleadvsearchhint
chrome chrome-extension google js tampermonkey
Last synced: 8 months ago
JSON representation
This is a simple tool to make Google advance search easier.
- Host: GitHub
- URL: https://github.com/penn201500/googleadvsearchhint
- Owner: penn201500
- Created: 2024-04-23T00:32:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T06:25:45.000Z (about 2 years ago)
- Last Synced: 2024-12-01T15:37:22.200Z (over 1 year ago)
- Topics: chrome, chrome-extension, google, js, tampermonkey
- Language: JavaScript
- Homepage:
- Size: 12.3 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleAdvSearchHint
This README is also available in [Chinese](README_CN.md).
[](https://deepwiki.com/penn201500/GoogleAdvSearchHint)
## Google Search Bar Info Popup Script
This script enhances the Google search experience by displaying a popup with advanced search tips around the Google search bar when it is hovered over, clicked, or focused. The popup can be manually controlled: it can be hidden using the `Ctrl + C` shortcut when the cursor is inside the search bar. The popup will disappear when the cursor moves away or when the search bar loses focus.
## Features
- Dynamically displays a list of advanced Google search tips.
- Popup appears on hover, click, or focus on the search bar.
- Popup can be manually hidden using the `Ctrl + C` shortcut when the cursor is in the search bar.
- Ensures that multiple rapid clicks do not open multiple instances of the popup.
- Popup remains visible until the mouse leaves the popup area or the search bar loses focus.
- Supports both English and Simplified Chinese based on user preferences.
- Custom styled components with dark mode detection.
- Automatically hides the popup on cursor out or by using keyboard shortcut.
## Screenshot

## Installation
1. Ensure you have Tampermonkey installed in your browser. If not, install it from [Tampermonkey's official website](https://www.tampermonkey.net/).
2. Copy the script code.
3. Open Tampermonkey in your browser and select 'Create a new script'.
4. Paste the copied script into the editor and save.
## Usage
Simply navigate to Google and interact with the search bar to see the popup. This can be triggered by hovering, clicking, or focusing on the search bar.
Press `Ctrl + C` while focused on the search bar to hide the popup.
Move your cursor away to hide the popup automatically.
## License
This script is open-source and free to use under the MIT license.