Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ongots/pseudo-fullscreen-firefox
Hides and improves Firefox and YouTube UI, giving maximum space for content and aiding concentration
https://github.com/ongots/pseudo-fullscreen-firefox
css firefox fullscreen sidebery userchrome youtube
Last synced: 3 months ago
JSON representation
Hides and improves Firefox and YouTube UI, giving maximum space for content and aiding concentration
- Host: GitHub
- URL: https://github.com/ongots/pseudo-fullscreen-firefox
- Owner: ongots
- Created: 2021-04-30T09:42:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T15:30:09.000Z (7 months ago)
- Last Synced: 2024-08-01T16:35:56.075Z (6 months ago)
- Topics: css, firefox, fullscreen, sidebery, userchrome, youtube
- Language: CSS
- Homepage:
- Size: 18.4 MB
- Stars: 55
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](demo.gif)
### Firefox
1. In about:config enable `toolkit.legacyUserProfileCustomizations.stylesheets`
2. Copy 'chrome' folder in 'Profile Folder' (Menu > Help > Troubleshooting Information > Profile Folder)
3. Restart Firefox- Use "System theme - auto"
- Drag Bookmarks Toolbar Items to the left of the address bar
- To set the wallpaper in a new tab, place a .jpg or .png image in the Chrome folder and rename it to "bg". Restart Firefox### Sidebery
1. [Install Sidebery](https://github.com/mbnuqw/sidebery)
2. Copy the code from Sidebery-Sidebar.css to Sidebery / Settings / Styles editor / Sidebar
3. Copy the code from Sidebery-GroupPage.css to Sidebery / Settings / Styles editor / Group page### YouTube
1. [Install Stylus](https://addons.mozilla.org/firefox/addon/styl-us/)
2. Open YouTube
3. In Stylus, click New Style ...
4. In the window that opens, click Import
5. Copy the code here from the Stylus-YouTube.css file and click replace style
6. Save- To open the header, move the cursor to the top edge, but not all the way
### about:config
- Opening a bookmark in a new tab
`browser.tabs.loadBookmarksInTabs` `true`
- Smoothness of scrolling
`general.smoothScroll.mouseWheel.durationMaxMS` `380`
- Disable add-on recommendations
`extensions.htmlaboutaddons.recommendations.enabled` `false`
- Do not open download panel
`browser.download.alwaysOpenPanel` `false`
- Restore pinned tabs on demand
`browser.sessionstore.restore_pinned_tabs_on_demand` `true`
- OS text scaling settings should only affect text scaling
`browser.display.os-zoom-behavior` `2`
- Trim https
`browser.urlbar.trimHttps` `true`