Skip to content

Instantly share code, notes, and snippets.

@ffflorian
ffflorian / hosts.txt
Last active January 3, 2019 07:42
Block facebook tracking host file
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
'use strict';
export const colors = {
'reset' : '\x1b[0m',
'hicolor' : '\x1b[1m',
'underline' : '\x1b[4m',
'inverse' : '\x1b[7m',
// foreground colors
'black' : '\x1b[30m',
'red' : '\x1b[31m',
'green' : '\x1b[32m',