zznidar

Results 8 issues of zznidar

Hey, I'm really impressed with how well this extension works. It would be really useful if the user could create named presets for settings (threshold, speed, margin ...) and select...

Once a file is selected, the button to start transfer disappears (actually, it still exists, but background is transparent and text colour is almost the same as background elements –...

The following project successfully adds support for .mkv files from OBS to play in Firefox 106.0.2: https://github.com/ilian/mkv-web

enhancement

If no index is specified in the `chrome.tabs.create` call, Firefox automatically places the tab according to user settings. Additionally, when the user closes the newly opened tabs, the correct order...

This PR fixes #33 to allow selected text in text fields to be translated using keyboard shortcuts. In Firefox, getSelection() returns no text if it is inside a text field....

Selecting some text within a text field and trying to translate it using keyboard shortcuts restults in an empty translation. The issue lies in Firefox bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1527627) where `getSelection()` returns...

Hey, in the last couple of months, I have been experiencing a weird issue with JumpCutter on YouTube (using Firefox on Windows). While watching a video, it every now and...

This PR marks the extension as compatible with Firefox for Android. As per https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#firefox_gecko_properties, providing a `gecko_android` key is needed to make it Android-compatible. To match the min_version with desktop,...