Shaare your links...
3419 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 171
  • r/FirefoxCSS Guide: Customizing Firefox with CSS
    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;
    }
    permalink -
    - https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/
    firefox
  • GitHub - alibakhtiari2/fooocusrtx508090: fooocus rtx 50 series · GitHub
    permalink -
    - 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
    permalink -
    - https://github.com/Tavris1/ComfyUI-Easy-Install
  • GitHub - EricRollei/Eric_Qwen_Edit_Experiments: Edit Images with Qwen at higher resolution (up to 17mp) and Generate up to 60mp · GitHub
    permalink -
    - https://github.com/EricRollei/Eric_Qwen_Edit_Experiments
  • YouTube thumbnail
    How to make a 3D Gaussian Splatting using LichtFeld-Studio + RealityScan - YouTube
    permalink -
    - https://www.youtube.com/watch?v=4HChcEgrvkc
    gaussian_splat
  • GitHub - Nannigalaxy/video-3d-reconstruction-gsplat: a streamlined pipeline for converting videos into 3D Gaussian Splatting models · GitHub
    permalink -
    - https://github.com/Nannigalaxy/video-3d-reconstruction-gsplat
    3D gaussian_splat
  • GitHub - playcanvas/supersplat: 3D Gaussian Splat Editor · GitHub
    permalink -
    - https://github.com/playcanvas/supersplat
    gaussian_splat
  • WebApp - KIRI Engine
    permalink -
    - https://www.kiriengine.app/webapp
    3D gaussian_splat
  • YouTube thumbnail
    These Are the Best Tools to Create Gaussian Splatting - YouTube
    permalink -
    - https://www.youtube.com/watch?v=CrlSey4RmVI
    3D gaussian_splat
  • GitHub - jumpjack/vid2scene: End to end 3D Gaussian Reconstruction · GitHub
    permalink -
    - https://github.com/jumpjack/vid2scene
    3D gaussian_splat
  • Formations Python de Docstring
    permalink -
    - https://www.docstring.fr/formations/?accessibility=free
    python tuto
  • Qu'est-ce que les dataclasses en python ?
    permalink -
    - https://www.docstring.fr/glossaire/dataclasses/
    dev python
  • Tutoriels - Applications web progressives | MDN
    permalink -
    - https://developer.mozilla.org/fr/docs/Web/Progressive_web_apps/Tutorials
    dev pwa
  • Is it possible to build android apk with buildozer or similar? · zauberzeug/nicegui · Discussion #578 · GitHub
    permalink -
    - https://github.com/zauberzeug/nicegui/discussions/578
    android dev python
  • Python := Walrus Operator in Python 3.8 - GeeksforGeeks
    permalink -
    - https://www.geeksforgeeks.org/python/walrus-operator-in-python-3-8/
    python
  • Nuitka the Python Compiler — Nuitka the Python Compiler
    permalink -
    - https://nuitka.net/
    python
  • chardet · PyPI
    permalink -
    - https://pypi.org/project/chardet/
    python
  • GitHub - jdefrancesco/dskDitto: Ultra fast and easy duplicate file finder. Awesome TUI/GUI to manage results. · GitHub
    permalink -
    - https://github.com/jdefrancesco/dskDitto
    software
  • YouTube thumbnail
    «Une permission de frauder»: le nouveau scandale qui touche Donald Trump - YouTube
    permalink -
    - https://www.youtube.com/watch?v=lIHkYbkvFgw
    trump
  • GitHub - Nightmare-Eclipse/YellowKey: YellowKey Bitlocker Bypass Vulnerability · GitHub
    permalink -
    - https://github.com/Nightmare-Eclipse/YellowKey
    bitlocker windows
Links per page: 20 50 100
◄Older
page 1 / 171
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.