Results 87 comments of CennoxX

Uh, I can't imagine there is anyone, who wouldn't be annoyed by this.

> It would be a nice feature, but the proposed toolbar button solution would not work for me, as I usually use mouse back/forward buttons for navigating pages. Why wouldn't...

Tampermonkey injects a history entry on its own. So this incompatibility with Tampermonkey could be fixed, by adding one to the required length where not a new tab ``` javascript...

@ElhemEnohpi Could you test this new fix, that should work with and without Tampermonkey? Instead of https://github.com/jsmnbom/back2close/blob/aedc7074a14881502c7378852d68f2103f7ead65/src/script.js#L34 check all times for both history.length = 1 and 2 ```javascript if (__PUSH_STATE__...

@ushuc It seems you don't have placeholders for the browser addon enabled. For this, you'll have to open KeePass > File > Database Settings… > Kee > KeePass placeholders >...

Using KeePass with stored TOTP does not inherently compromise the principle of two-factor authentication, It just redefines the factors involved. The knowledge factor is now represented by the KeePass password,...

@jneubrand The query parameter is not named dev, it's dev_settings. If you open [this link]( https://apps.rebble.io/en_US/application/596e5098461a8dd0c0000090?native=true&query=neubrand&section=watchfaces&dev_settings=true), you'll get a link to download the .pbw at the bottom.

The preview of tabs is now integrated in Firefox (for more than 10 tabs), one just needs to set browser.tabs.cardPreview.enabled in about:config. The appearance of this add-on feels a little...

The first can be solved by using [LuaScript](https://github.com/dail8859/LuaScript/) with following Startup Script: ```lua -- Select the next occurrence of the current word npp.AddShortcut("Selection Add Next", "Ctrl+Shift+D", function() local flags =...