Results 9 issues of Arnaught

At the top of the summary page, there is a link labeled "Preferences", which scrolls the page down and informs the user on how to open preferences from about:addons. I...

With Manifest v3, all event listeners in the background script must be at the top level. In History Cleaner, the idle listener is *not* set at the top level. Because...

enhancement
help wanted
chrome-issue

Tracking for the version 2.0.0 release. Commits will be made to the [feature](https://github.com/Rayquaza01/authenticator/tree/feature) branch. The plan is to rewrite the extension in Typescript and make the code more maintainable. Current...

enhancement

A user, Firefox user 57a3e1, has rated your addon, note-taker. Rating: 4/5 You can view the rating here:  https://addons.mozilla.org/addon/note-taker/reviews/1228372 Review Text: Very interesting. I could suggest to add a notification...

enhancement

**Describe the bug** When using compact cards, scrolling becomes unresponsive. **To Reproduce** 1. Enable compact cards. 2. Try to scroll on the home tab **Expected behavior** Scrolling should remain responsive...

When in dark mode on Chrome, the toolbar icon for History Cleaner is hard to see, as it appears as dark-on-dark. On Firefox, an SVG with `@prefers-color-scheme` is used to...

help wanted
browser-issue
chrome-issue

There are three ways to delete history in WebExtensions: 1. [`history.deleteRange()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteRange) 2. [`browsingData.removeHistory()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/removeHistory) 3. [`history.deleteUrl()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteUrl) `history.deleteRange()` is what history cleaner uses. It allows you to specify a date range and...

### Steps to reproduce - Open Firefox in a new profile - Install Sidebery - Set `browser.tabs.closeWindowWithLastTab` to false in `about:config` - Close all tabs ### Actual behavior When the...

I would like to be able to open an image directly with Frog, either from CLI arguments or from the Open With menu in a GUI file manager. ie, `flatpak...