QuickSearch Advanced is an advanced version of QuickSearch which auto searches all questions in Google Form and marks correct answers in the Form itself.
For QuickSearch Advanced, we first need to setup API to find the correct answers from Google. You can set it on local or run on any server.
- python3
- pip3
- Clone or download this repo
git clone https://github.com/MQ-xz/QuickSearchAdvanced.git
(extract if zipped) - Switch to API folder
- install requirements.txt
pip install -r requirements.txt
- Run app.py
python app.py
-
Switch to /extension directory.
-
In content.js replace
YOUR_API_URL
with deployed python API URL -
Install the Extension
Chrome:- Open Extensions from Menu or visit
chrome://extensions
- Enable Developer Mode
- Click on Load unpacked Extension.
- Select the Extension Files.
Firefox:
- Open Add-ons & Themes from Menu.
- Click the Settings ⚙️ icon on top right.
- Activate debug add-ons.
- Select Load Temporary add-on.
- Open Extensions from Menu or visit
Enjoy 🔥 and Happy Exams ! 😂.
Currently, QuickSearch Advanced only supports Questions from GeekforGeeks only. Will be updated soon ⚡️.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.