Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
yuraloginoff / firefox.txt
Last active February 25, 2024 09:57
Firefox fixes on Kubuntu
1. How to Install Firefox as a .Deb on Ubuntu 22.04 (Not a Snap)
https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
2. Improvements
about:config
// UI scale
layout.css.devPixelsPerPx -> 1.15
@yuraloginoff
yuraloginoff / windows chromium UI scale.md
Created March 24, 2023 12:11
windows chromium UI scale

Right-click on the Google Chrome shortcut or start menu icon and select >properties > shortcut tab Enter the following code at the end of the text in the Target field:

/high-dpi-support=1 /force-device-scale-factor=1.4

Example: C:\Users\user\AppData\Local\...\Application\browser.exe /high-dpi-support=1 /force-device-scale-factor=1.4

chrome://flags/#show-avatar-button
chrome://flags/#disable-qr-generator
chrome://flags/#tab-hover-cards
chrome://flags/#hide-sidepanel-button
@yuraloginoff
yuraloginoff / Min browser UI fix.css
Last active November 24, 2023 13:51
Min browser UI fix
/* file:///C:/Users/user/AppData/Local/min/app-1.29.0/resources/app/dist/bundle.css */
.searchbar-heading { display: none !important }
.windows-caption-buttons .element { width: 26px !important }
body.windows:not(.separate-titlebar) { --control-space-right: 108px !important }