Daily - L!NKShttp://spynaej.eu/links/Daily shared linksen-enhttp://spynaej.eu/links/ L!NKS - Sunday 23, August 2026http://spynaej.eu/links/?do=daily&day=20260823http://spynaej.eu/links/?do=daily&day=20260823Sun, 23 Aug 2026 00:00:00 +0200 r/FirefoxCSS Guide: Customizing Firefox with CSS firefox
https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/


How to customize Firefox with CSS.
Getting Started

Firefox supports advanced customization of its UI with user-defined CSS. This allows virtually unlimited customization of the style of the browser, as well as some very limited functionality customization.

You can define these rules in two files: userChrome.css and userContent.css.

userChrome.css affects the browser's chrome (a general term for a UI). This includes things like the address bar and tabs, as well as the menus (even the context menu).

userContent.css affects the browser's content, e.g, web content as well as Firefox built-in pages (about: pages) and also extension content. About pages include things like the new tab page (about:newtab), the options page (about:preferences), addons page (about:addons), and so on. You can see a complete list of about: pages at about:about.
Setup
1. Enable userChrome customization in about:config

   Navigate to about:config via the address bar and click the 'Accept the Risk and Continue' button if it appears.

   Search for toolkit.legacyUserProfileCustomizations.stylesheets and toggle it to true by double-clicking it.

For a visual walk-through Watch Me Do or Youtube.
2. Locate and open your profile folder:

   Go to FF menu ➝ Help ➝ 'More Troubleshooting Information' or navigate to about:support in your address bar.

   Note: for Thunderbird, the menu choice is TB menu > Help > Troubleshooting Information.

   for Windows, under Application Basics click the 'Open Folder' button next to 'Profile folder'.

   for MacOS, under Application Basics click the 'Show in Finder' button' and click the highlighted profile folder.

   for *nix, near the bottom of Application Basics, click 'Profiles' > about:profiles. For the profile in use, click the 'Open Directory' button for the Root Directory

You should now see your profile folder open in your file manager.
3. Create the folder and its files

   Inside your profile folder, create a new folder named chrome (case-insensitve). The chrome folder should end up in a folder that includes files like prefs.js and places.sqlite.

   Inside the chrome folder, create two new files: userChrome.css and userContent.css (case sensitive).

   Note: In Windows, before creating those files you must make sure the 'Hide extensions for known file types' setting in File Explorer is disabled. If this is not done, your files will end with .txt. You won't be able to notice that, and your code won't work. To make the change, click the meatball (...) menu on the File Explorer toolbar ➝ Options ➝ 'View' tab ➝ uncheck 'Hide extensions for known file types' ➝ Apply ➝ OK.

4. Add some content to the file and make sure to save it as a plain text file with no rich text formatting.

For example:
.tab-background[selected] {
 border: 1px solid !important;
 border-color: black !important;
}

.tab-background[selected] {
 background: lightblue !important;
}


]]>
L!NKS - Saturday 22, August 2026http://spynaej.eu/links/?do=daily&day=20260822http://spynaej.eu/links/?do=daily&day=20260822Sat, 22 Aug 2026 00:00:00 +0200 GitHub - alibakhtiari2/fooocusrtx508090: fooocus rtx 50 series · GitHub
https://github.com/alibakhtiari2/fooocusrtx508090





GitHub - Tavris1/ComfyUI-Easy-Install: Portable ComfyUI installer for Windows, macOS and Linux with EZi Desktop app 🔹 Nvidia GPU support 🔹 Pixaroma Community Edition · GitHub


https://github.com/Tavris1/ComfyUI-Easy-Install





]]>
L!NKS - Wednesday 05, August 2026http://spynaej.eu/links/?do=daily&day=20260805http://spynaej.eu/links/?do=daily&day=20260805Wed, 05 Aug 2026 00:00:00 +0200 GitHub - EricRollei/Eric_Qwen_Edit_Experiments: Edit Images with Qwen at higher resolution (up to 17mp) and Generate up to 60mp · GitHub
https://github.com/EricRollei/Eric_Qwen_Edit_Experiments





]]>
L!NKS - Saturday 01, August 2026http://spynaej.eu/links/?do=daily&day=20260801http://spynaej.eu/links/?do=daily&day=20260801Sat, 01 Aug 2026 00:00:00 +0200 How to make a 3D Gaussian Splatting using LichtFeld-Studio + RealityScan - YouTube gaussian_splat
https://www.youtube.com/watch?v=4HChcEgrvkc

YouTube thumbnail



]]>
L!NKS - Friday 31, July 2026http://spynaej.eu/links/?do=daily&day=20260731http://spynaej.eu/links/?do=daily&day=20260731Fri, 31 Jul 2026 00:00:00 +0200 GitHub - Nannigalaxy/video-3d-reconstruction-gsplat: a streamlined pipeline for converting videos into 3D Gaussian Splatting models · GitHub gaussian_splat 3D
https://github.com/Nannigalaxy/video-3d-reconstruction-gsplat





GitHub - playcanvas/supersplat: 3D Gaussian Splat Editor · GitHub

gaussian_splat
https://github.com/playcanvas/supersplat





WebApp - KIRI Engine

gaussian_splat 3D
https://www.kiriengine.app/webapp





These Are the Best Tools to Create Gaussian Splatting - YouTube

3D gaussian_splat
https://www.youtube.com/watch?v=CrlSey4RmVI

YouTube thumbnail



]]>
L!NKS - Thursday 30, July 2026http://spynaej.eu/links/?do=daily&day=20260730http://spynaej.eu/links/?do=daily&day=20260730Thu, 30 Jul 2026 00:00:00 +0200 GitHub - jumpjack/vid2scene: End to end 3D Gaussian Reconstruction · GitHub gaussian_splat 3D
https://github.com/jumpjack/vid2scene





]]>
L!NKS - Saturday 25, July 2026http://spynaej.eu/links/?do=daily&day=20260725http://spynaej.eu/links/?do=daily&day=20260725Sat, 25 Jul 2026 00:00:00 +0200 Formations Python de Docstring python tuto
https://www.docstring.fr/formations/?accessibility=free





Qu'est-ce que les dataclasses en python ?

dev python
https://www.docstring.fr/glossaire/dataclasses/





Tutoriels - Applications web progressives | MDN

dev pwa
https://developer.mozilla.org/fr/docs/Web/Progressive_web_apps/Tutorials





]]>
L!NKS - Wednesday 15, July 2026http://spynaej.eu/links/?do=daily&day=20260715http://spynaej.eu/links/?do=daily&day=20260715Wed, 15 Jul 2026 00:00:00 +0200 Is it possible to build android apk with buildozer or similar? · zauberzeug/nicegui · Discussion #578 · GitHub python android dev
https://github.com/zauberzeug/nicegui/discussions/578





]]>