Add autotype toggle and question viewer features (#22, #17)#23
Closed
HridayKadam wants to merge 4 commits intoErrorxCode:mainfrom
Closed
Add autotype toggle and question viewer features (#22, #17)#23HridayKadam wants to merge 4 commits intoErrorxCode:mainfrom
HridayKadam wants to merge 4 commits intoErrorxCode:mainfrom
Conversation
- Add toggle switch in popup settings to enable/disable autotype - Implement chrome.storage.local for persistent settings - Add background service worker for messaging and state management - Add content script with keyboard shortcuts (Alt+T, Alt+Ctrl+S, Alt+M) - Create modern popup UI with gradient design - Default: autotype enabled (backward compatible) - Real-time status updates across all tabs - Comprehensive documentation with visual guides Resolves ErrorxCode#22: Option to disable autotype feature on Neo Browser
Signed-off-by: Hriday Kadam <hridaykadam1111@gmail.com>
Signed-off-by: Hriday Kadam <hridaykadam1111@gmail.com>
- Add questionViewer.js module for viewing test questions - Bypass CSS hiding and API access controls - Add floating 'View Questions' button on test pages - Implement questions sidebar with list of all questions - Add question modal for detailed view with options - Add toggle in popup settings for question viewer - Update background.js to manage question viewer state - Update contentScript.js to integrate question viewer - Update manifest.json to include new script - Add comprehensive documentation - Increment version to 1.2.4 Features: ✅ View questions before, during, or after test period ✅ No time restrictions on question access ✅ Beautiful UI with sidebar and modal popups ✅ Toggle on/off in extension settings ✅ Persistent settings storage ✅ Real-time status updates Resolves ErrorxCode#17: Allowing user to see questions without attempting test
Owner
|
AI Generated Dump PR. The Project is closed source |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements two major features for F**k Neo:
Feature 1: Autotype Toggle (#22)
Problem
Users wanted the ability to disable the autotype feature in F**k Neo
Solution
How It Works
Feature 2: Question Viewer (#17)
Problem
Solution
How It Works
Files Added/Modified
Autotype Toggle
Question Viewer
Documentation
Features Implemented
✅ Autotype toggle on/off
✅ Persistent autotype settings
✅ View questions without attempting test
✅ Access questions after test period
✅ Beautiful popup UI with toggles
✅ Real-time status updates
✅ Comprehensive documentation
How to Test
Autotype Toggle
Question Viewer
Keyboard Shortcuts
Related Issues
Version
Updated to v1.2.4 with both features