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

Added basic Firefox support #70

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Added basic Firefox support #70

merged 1 commit into from
Nov 23, 2020

Conversation

naslundx
Copy link
Collaborator

Partially fixes #69

Comment on lines +110 to +111
# firefox_options.set_preference("browser.link.open_newwindow", 3)
# firefox_options.set_preference("browser.link.open_newwindow.restriction", 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason these lines are commented?

# Force opening in new tabs
# firefox_options.set_preference("browser.link.open_newwindow", 3)
# firefox_options.set_preference("browser.link.open_newwindow.restriction", 0)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found how to disable audio in Firefox as well, but couldn't find how to disable scrollbars or the other stuff that Chrome does (for now).

Suggested change
# Disable unused/annoying features
firefox_options.setPreference("media.volume_scale", "0.0")

@vonNiklasson
Copy link
Contributor

I'm still a bit rookie in this area, but is it possible to test these stuff? For instance audio disable etc.?

@naslundx
Copy link
Collaborator Author

Great comments! I will merge this since another PR is on the way. I've added your points as items in the issue.

@naslundx naslundx merged commit 130bdba into master Nov 23, 2020
@vonNiklasson vonNiklasson deleted the firefox branch May 11, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firefox support
2 participants