Infocatcher

Results 85 comments of Infocatcher

> and the context menu window does not appear when right clicked Strange. On Linux? May be will help: https://addons.mozilla.org/addon/right-links/versions/0.5b3

Looks working, at least for some users: https://addons.mozilla.org/addon/right-links/statistics/usage/versions/?last=30 ![Screenshot: daily users](https://user-images.githubusercontent.com/601488/32984123-0df6ef68-ccb1-11e7-8d05-c07f98c47ef8.png) Also I uploaded signed version here: https://github.com/Infocatcher/Right_Links_WE/releases/tag/0.5b3

And what you see here: https://addons.mozilla.org/addon/right-links/versions/beta ?

> Thank's context menu not appear on Version 0.5b4 ;) > right link on bookmark is not possible ? Unfortunately, yes: no API from Firefox side. https://github.com/Infocatcher/Right_Links_WE#issues

Currently not possible, see https://github.com/Infocatcher/Right_Links_WE#issues Partially works on Windows (because context menu opens after `mouseup` event instead of `mousedown`). So, if context menu was prevented at `mousedown` stage, there is...

May be this is specific to your keyboard layout. See https://github.com/Infocatcher/Private_Tab#keyboard-shortcuts Try extensions.privateTab.keysUseKeydownEvent = false extensions.privateTab.key.openNewPrivateTab = control alt P extensions.privateTab.key.toggleTabPrivate = control alt T

Modern WebExtensions API doesn't provide access to browser's restricted pages (about:…, chrome://…) and to browser itself. :( So, this is limitation of all modern extensions. Only possible to enable on...

I've updated list of WE-version limitations: https://github.com/Infocatcher/Right_Links_WE#issues

With online banking & Co there is too many things to stole even without tricking restricted pages like AMO. Personally I still prefer flexibility over potential risks… I think, the...

I's possible to port only page-related part: as I understand, will be no ability to handle clicks on interface things like bookmarks. For now I even not sure about future...