Sha256: a6db53d231b1cf7a161f47cb2080cc3b43771c6641e5f6bce2c51d9b922a05ce
Contents?: true
Size: 432 Bytes
Versions: 49
Compression:
Stored size: 432 Bytes
Contents
(function($){ })(this.jQuery); window.log = function(){ log.history = log.history || []; log.history.push(arguments); if(this.console){ console.log( Array.prototype.slice.call(arguments) ); } }; (function(doc){ var write = doc.write; doc.write = function(q){ log('document.write(): ',arguments); if (/docwriteregexwhitelist/.test(q)) write.apply(doc,arguments); }; })(document);
Version data entries
49 entries across 49 versions & 14 rubygems