Skip to content

Instantly share code, notes, and snippets.

View demian85's full-sized avatar
🏠
Hacking from home

Demián Rodriguez demian85

🏠
Hacking from home
View GitHub Profile
@olexpono
olexpono / Custom.css
Last active February 14, 2023 15:44
Crate -- a Dark gray/orange Theme for Chrome DevTools
/**********************************************/
/*
/*
/* Crate -- Theme for Chrome DevTools
/* Last Update :: September 2013
/*
/* based on:
/* mnml by Michael P. Pfeiffer
/* Based on a Gist by Ben Truyman. Further attr:
/* https://gist.github.com/3040634
@demian85
demian85 / tweeter-hack.js
Created March 25, 2011 23:03
Hack para ver tweets en orden cronológico. Agregarlo como bookmarklet...
javascript:$('.stream,.stream-items').css({display:'-webkit-box',webkitBoxOrient:'vertical',webkitBoxDirection:'reverse'});document.onscroll=function(e){e.stopPropagation()}