To achieve this easily:
start: function() {
...
}
&.filter | |
position: absolute | |
top: -300px | |
left: 0 | |
right: 0 | |
height: 100% | |
z-index: 2 | |
opacity: 0 | |
pointer-events: none | |
padding: |
function showDate(){ | |
var date = new Date(), | |
str = date.toUTCString(); | |
return str; | |
} | |
var orig = console.log; | |
console.log = function() { |
/**********************************************/ | |
/* | |
/* mnml Theme for Chrome DevTools by Michael P. Pfeiffer | |
/* | |
/* Based on a Gist by Ben Truyman. Further attr: | |
/* https://gist.github.com/3040634 | |
/* Modified by: Juan Pablo Pincheira | |
/* What was changed? Remove .status-bar selectors because | |
/* they looked odd on a retina display. | |
/**********************************************/ |
The only way to get working Homebrew on OS X 10.10 for now (10.10 beta was just released a couple of hours ago) is by using an special fork by @jacknagel available at https://github.com/jacknagel/homebrew/tree/rb2.
To install this working version of Homebrew just execute:
ruby -e "$(curl -fsSL https://gist.githubusercontent.com/jpincheira/bd3698fee46735fac252/raw/2c6a2f81927871c1a64e2dfbbc5eef451c71a9ac/homebrew.rb)"