Skip to content

Instantly share code, notes, and snippets.

@gmolveau
gmolveau / firefox_dark_background.md
Last active May 25, 2024 15:59
Firefox dark background / theme for new tab and loading screen

Firefox Dark Background

  • How to change the background on Firefox to a dark one on new tab / loading screen ?

Procedure

  • Type about:config in the URL bar
  • Search toolkit.legacyUserProfileCustomizations.stylesheets and double-click the field to set it to true
  • Type about:support in the URL bar
  • Look for Profile folder field and click on the open button next to it.
@dlupaescu
dlupaescu / ft_atoi.c
Last active August 6, 2019 13:00
Level: 2 | ft_atoi.c | print_bits.c
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: exam <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2015/08/21 18:09:18 by exam #+# #+# */
/* Updated: 2015/08/21 18:39:30 by exam ### ########.fr */
/* */