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

Size of Windows with RFP [solved: privacy.window.maxInner*] #1268

Closed
ghost opened this issue Oct 21, 2021 · 6 comments
Closed

Size of Windows with RFP [solved: privacy.window.maxInner*] #1268

ghost opened this issue Oct 21, 2021 · 6 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 21, 2021

When using privacy.ResistFingerprinting pref in user.js, Everytime the browser starts it opens in a Fixed Windows size like in Tor Browser. Is it Possible to change to a Default one - I mean Full Screen ?

@rusty-snake
Copy link
Contributor

You can change the default size:

user.js/user.js

Lines 1037 to 1042 in 85438d0

/* 4502: set new window sizes to round to hundreds [FF55+] [SETUP-CHROME]
* Width will round down to multiples of 200s and height to 100s, to fit your screen.
* The max values are a starting point to round from if you want some control
* [1] https://bugzilla.mozilla.org/1330882 ***/
// user_pref("privacy.window.maxInnerWidth", 1000);
// user_pref("privacy.window.maxInnerHeight", 1000);

You can not make firefox start maximized or in full screen (without external tools).

@ghost
Copy link
Author

ghost commented Oct 21, 2021

Any ways to do in about:config and what are those External Tools ?

@crssi
Copy link

crssi commented Oct 21, 2021

@rusty-snake
Copy link
Contributor

rusty-snake commented Oct 21, 2021

@ghost
Copy link
Author

ghost commented Oct 21, 2021

Maximize All Windows (Minimalist Version)

Enjoy 😄

@crssi, Thanks a lot. But I do prefer the Original version as I think it gives Granular Control. Anyway Thanks.

@rusty-snake, Yeah I did see it. And it works. but primarily need an about:config as I want keep the Number of Extensions very minimal and only needed.

Still I will look for the Toggle. Closing this for now.

@ghost ghost closed this as completed Oct 21, 2021
@Thorin-Oakenpants Thorin-Oakenpants changed the title Size of Windows with RFP Size of Windows with RFP [solved: privacy.window.maxInner*] Dec 5, 2021
@Thorin-Oakenpants
Copy link
Contributor

We bumped the max values for newwin in #1286 for v95+

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants