Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1018 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 1018 Bytes

webext-bugs

Useful fixes and workarounds for browser extension shortcomings

Install

npm install webext-bugs

Usage

This package exports various utilities, just import what you need.

  • options-menu-item - Firefox/Safari: Adds an "Options…" menu item.
  • target-blank - Safari: Fixes target="_blank" links in extension pages.
  • no-all-urls - Firefox/Safari: Prevents the user from enabling the extension on all websites.

Related

License

MIT © Federico Brigante