webext-bugs/target-blank

January 23, 2025 · View on GitHub

Safari doesn't support target="_blank" links in extension pages like the options. Import this file to "polyfill" it.

// In options.js or any other extension page
import 'webext-bugs/target-blank';

Compatibility

  • Safari (other browsers are automatically ignored)

Permissions

  • No special permissions

Context

  • Extension pages
  • Options page

Main page ⏎