Skip to content

Instantly share code, notes, and snippets.

View andrascsibi's full-sized avatar

Andras Csibi andrascsibi

View GitHub Profile
@andrascsibi
andrascsibi / index.html
Last active August 29, 2015 14:20
Chinese Predict header script
<script type="text/javascript">
var ScarabQueue = ScarabQueue || [];
(function(subdomain, id) {
if (document.getElementById(id)) return;
var js = document.createElement('script'); js.id = id;
js.src = subdomain + '.predict.emarsys.cn/js/1A8AD954AF4442AE/scarab-v2.js';
var fs = document.getElementsByTagName('script')[0];
fs.parentNode.insertBefore(js, fs);
})('http://cdn', 'scarab-js-api');
</script>
@andrascsibi
andrascsibi / build-jenkins.css
Last active August 29, 2015 14:13
build jenkins customization
#header {
background-color: #388E3C;
}
#jenkins-head-icon,
#jenkins-name-icon {
display: none !important;
}
#jenkins-home-link {
color: #fff;
text-decoration: none;
@andrascsibi
andrascsibi / admin-jenkins.css
Last active August 29, 2015 14:13
admin jenkins customization
#header {
background-color: #B71C1C;
}
#jenkins-head-icon,
#jenkins-name-icon {
display: none !important;
}
#jenkins-home-link {
color: #fff;
text-decoration: none;