Skip to content

Commit

Permalink
Disable picture-in-picture
Browse files Browse the repository at this point in the history
It is causing issues with various websites such as YouTube
  • Loading branch information
gocom committed Dec 30, 2024
1 parent 2a2f6ea commit 8c9eb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ user_pref('extensions.pocket.enabled', false);
user_pref('general.autoScroll', false);
user_pref('general.smoothScroll', true);
user_pref('full-screen-api.macos-native-full-screen', true);
user_pref('media.videocontrols.picture-in-picture.video-toggle.enabled', false);
user_pref('mousewheel.acceleration.factor', 3);
user_pref('mousewheel.acceleration.start', 3);
user_pref('mousewheel.default.action.override_x', 0);
Expand Down

0 comments on commit 8c9eb75

Please sign in to comment.