oscartbeaumont / ElectronPlayer

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More
MIT License
489 stars 93 forks source link

feat(options): add an option to force all links to open in current window #108

Closed willchao612 closed 2 years ago

willchao612 commented 2 years ago

I added an option for sites that have tags with target="_blank", links can be opened in current window instead of creating a new window instance (an example is https://bilibili.com). This should be the expected behavior for a desktop app. Off by default.