Skip to content

Instantly share code, notes, and snippets.

@trrichard
trrichard / gist:1226966
Created September 19, 2011 17:08 — forked from jerodsanto/gist:1137337
Bookmarklet to uncripple Kindle Cloud Reader
javascript:(function(){
//import the javascript for jquery
var importJs=function(jsUrl){
var s=document.createElement("script");
s.setAttribute("src",jsUrl);
document.body.appendChild(s);
};
importJs("http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js");
})();
$('iframe').contents().find('iframe').each(function() {