Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.26 KB

File metadata and controls

21 lines (13 loc) · 1.26 KB

Contributing

Phrase Highlighter for Language Reactor is released under the MIT License by Burak Keskin. Contributions are accepted under the same MIT terms.

Bug reports and focused pull requests are welcome. For a larger change, open an issue first so we can agree on scope.

Email: official.burak@icloud.com
LinkedIn: Burak Keskin
GitHub: @official-burak

Scope

This extension paints Language Reactor phrase patterns onto the subtitle cue and offers underline color and thickness. Stay in that lane: no translation UI, playback control, word lists, or Language Reactor assets.

Local development

  1. Open chrome://extensions, enable Developer mode, and load the folder that contains manifest.json.
  2. Use a player with Language Reactor installed, enabled, and dual subtitles on.
  3. A multi-word pattern (for example “did you see”) should appear as one underline without hovering. Hovering a word must still open Language Reactor’s dictionary.

Run node test/unit.mjs before you send a change. Language Reactor’s DOM can shift; prefer additive fallbacks in src/selectors.js over deleting working paths.