WebExtensions port of Right Links extension for Firefox/SeaMonkey (see Right_Links#31).
Description | Part | Status | Severity | Firefox bug |
---|---|---|---|---|
browser.tabs.create({ openerTabId: … }) in Firefox 57+ |
||||
Ability to handle clicks on bookmarks and history items | Core functionality | No API | Major | |
Ability to handle clicks on internal restricted pages (about:…, chrome://…, especially on about:newtab) | Core functionality | No API | Major | |
Ability to handle clicks on restricted webpages (like addons.mozilla.org) | Core functionality |
May be configured (at your own risk) in about:config:
privacy.resistFingerprinting.block_mozAddonManager = true extensions.webextensions.restrictedDomains = "" (empty string, or remove some domains as you like) |
Major | |
Ability to simulate click on JavaScript-links (e.g. with `window.open()` inside) | Core functionality | No API, new tabs/windows will be blocked | Major | |
Ability to programmatically open context menu | UX | No API | Major | |
Ability to send HTTP referer | Core functionality | No API | Major | |
Works from background script: URL.createObjectURL(Blob) |
||||
browser.commands.update() in Firefox 60+ |