mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
firefox: added fake fullscreen option
This commit is contained in:
parent
c09901aacd
commit
ae17a3bff6
@ -93,6 +93,19 @@ Sponsorings are embedded ads in Firefox.
|
|||||||
After navigating to `about:config` enabling and disabling of sponsorings can be done at
|
After navigating to `about:config` enabling and disabling of sponsorings can be done at
|
||||||
`browser.newtabpage.activity-stream.showSponsored`.
|
`browser.newtabpage.activity-stream.showSponsored`.
|
||||||
|
|
||||||
|
### Make Fullscreen Only Window Wide
|
||||||
|
|
||||||
|
Firefox' default fullscreen does not only hide UI elements of firefox but also increases Firefox'
|
||||||
|
size beyond the borders of the current window to the whole size of the screen.
|
||||||
|
By setting the following options in `about:config` the fullscreen and also the kiosk mode will only
|
||||||
|
hide the UI of Firefox.
|
||||||
|
The expansion of the window will be disabled by it.
|
||||||
|
This is often reffered to as fake fullscreen.
|
||||||
|
|
||||||
|
```txt
|
||||||
|
full-screen-api.ignore-widgets = true
|
||||||
|
```
|
||||||
|
|
||||||
### Disable Unneeded Services and Features
|
### Disable Unneeded Services and Features
|
||||||
|
|
||||||
The following section is based on the website
|
The following section is based on the website
|
||||||
|
Loading…
x
Reference in New Issue
Block a user