-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove page-freeze error, enhance UI input
- Correctly always label the parent node of a newly highlighted element as 'known', rather than only sometimes (preventing an infinite feedback loop which could freeze pages) - Implement shift+click keyword for scrolling to previous match - Try to prevent page from detecting keypresses in keyword inputs
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"manifest_version": 3, | ||
"name": "Mark My Search", | ||
"description": "Highlight searched keywords. Find matches instantly.", | ||
"version": "1.13.6", | ||
"version": "1.13.7", | ||
|
||
"browser_specific_settings": { "gecko": { "id": "[email protected]" } }, | ||
|
||
|
This file contains 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