Skip to content

Instantly share code, notes, and snippets.

@jprieton
Created August 5, 2014 16:25
Show Gist options
  • Save jprieton/0cc3ec097b5c0058e9de to your computer and use it in GitHub Desktop.
Save jprieton/0cc3ec097b5c0058e9de to your computer and use it in GitHub Desktop.
Inyectar CSS al widget de Twitter para personalizar
$(window).load(function() {
var head = $("iframe.twitter-timeline").contents().find("head");
head.append($("<link/>", {rel: "stylesheet", href: "path/absolute/to/css", type: "text/css"}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment