[00:00:34] it will [00:00:58] we should probably just override document.write [00:01:04] to do something less destructive [00:05:21] Slap them in the face with an alert? :P [00:10:47] ori: hoo: Krinkle_: for now, i sent an amendment to Krinkle's ambassadors list email. we should probably do something like this, yes. [00:12:02] or just append the HTML [00:12:17] basically insert it where the user probably expects it to be inserted [00:16:08] document.write = function ( html ) { $( 'body' ).append( $.parseHTML( html ) ); }; [00:16:14] ship it~ [00:16:24] this is now https://phabricator.wikimedia.org/T108139 btw [00:19:27] MatmaRex: submit a patch? :) [00:20:06] ori: not today [00:20:20] ok :)\ [00:21:53] actually, $.parseHTML seems to strip