Skip to content

Instantly share code, notes, and snippets.

View pererinha's full-sized avatar
🏠
Working from home

Daniel Camargo pererinha

🏠
Working from home
View GitHub Profile
@pererinha
pererinha / fiddle.css
Created March 15, 2018 18:37 — forked from anonymous/fiddle.css
Find word
body{
margin: 10px;
}
.warning {
background: #d56c61;
}
td {
border: 1px solid #ccc;
height: 30px;
@pererinha
pererinha / fresh-chrome-with-custom-tz.sh
Created November 2, 2017 01:19 — forked from prasadsilva/fresh-chrome-with-custom-tz.sh
Launch new instances of Google Chrome on OS X with isolated cache, cookies, user config and custom Timezone
#!/usr/bin/env bash
# fresh-chrome
#
# Use this script on OS X to launch a new instance of Google Chrome
# with its own empty cache, cookies, and user configuration.
#
# The first time you run this script, it will launch a new Google
# Chrome instance with a permanent user-data directory, which you can
# customize below. Perform any initial setup you want to keep on every