https://github.com/vvscode/interview-buddy
Userscript to help with online interviews and tests
https://github.com/vvscode/interview-buddy
Last synced: about 1 year ago
JSON representation
Userscript to help with online interviews and tests
- Host: GitHub
- URL: https://github.com/vvscode/interview-buddy
- Owner: vvscode
- Created: 2025-02-06T17:44:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-08T16:11:21.000Z (over 1 year ago)
- Last Synced: 2025-03-02T20:35:13.601Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interview Buddy Userscript
## Introduction
Welcome to the Interview Buddy userscript, designed to assist you during online interviews by providing a stealthy way to access information (by hiding you switching tabs). This script allows you to highlight blocks of text using the `Cmd/Meta` key and copy them using the `Alt` key.
## Installation Instructions
To install and use this userscript, follow these steps:
### Step 1: Install Tampermonkey
1. **Install Tampermonkey**: Go to the [Tampermonkey website](https://www.tampermonkey.net/) and click on "Install" for your browser.
2. Follow the prompts in your browser to complete the installation.
### Step 2: Enable Developer Mode (Important)
**Note**: It's crucial for some scripts that you [enable developer mode](https://www.tampermonkey.net/faq.php?locale=en#Q209) in Tampermonkey:
- Open Tampermonkey by clicking its icon in your browser toolbar.
- Click on "Dashboard."
- In some versions, enabling developer mode might be necessary.
### Step 3: Install Interview Buddy Userscript
1. **Access Raw Script File**: Visit [this link](https://github.com/vvscode/interview-buddy/raw/refs/heads/master/interview-buddy.user.js) which points directly to our raw `.user.js` file.
2. **Tampermonkey Prompt**: Your browser should automatically detect this as a userscript file and prompt you with an installation dialog from Tampermonkey.
3. Click "Install" in this dialog box.
## Usage Instructions
- Once installed, simply open any webpage where you want to use it (matches all URLs).
- Use `Cmd/Meta` to Highlight block and then press `Alt` (`Cmd/Meta + Alt`) to copy text from highlighted blocks.
- Press `Esc` to exit highlighting mode.
## Support & Updates
For any issues or updates:
- Report issues at our [support URL](https://github.com/vvscode/interview-buddy/issues).
- Check out our project homepage at [GitHub](https://github.com/vvscode/interview-buddy).
Enjoy using Interview Buddy!