Skip to content

Instantly share code, notes, and snippets.

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

Andre Moreno andremoreno

🏠
Working from home
View GitHub Profile
.audioplayer
{
height:2.5em;
color:#fff;
text-shadow:1px 1px 0 #000;
border:1px solid #222;
position:relative;
z-index:1;
background:#333
}
@andremoreno
andremoreno / searchpage
Created August 28, 2014 05:50
Open search result links in same window using CSE for ikutlahaku.com
<script>
(function() {
var cx = 'xx:xx';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();