Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn new Firefox for external page links utilizing MimeType=x-scheme-handler/extlink #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 26, 2024

  1. Open external links in firefox without the custom profile

    * Extended firefox-theme to include an extlink profile for opening external links.
    * Disabled the popup asking for verification by using dom.disable_beforeunload,
      preventing the confirmation dialog when closing the window.
    * Removed the custom window.onbeforeunload = () => "";, as it interfered with the
      external window opening behavior.
    
    Note: A new approach will be needed to prevent the window from closing, as the previous method is no longer in use.
    KKoukiou committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1bd450b View commit details
    Browse the repository at this point in the history