https://bugzilla.wikimedia.org/show_bug.cgi?id=68900
--- Comment #2 from Alex Monk <[email protected]> --- I wonder if we can just do something like this $( newDoc ) .remove( '[id=myEventWatcherDiv]' ) // Bug 51423 .remove( 'object[type=cosymantecnisbfw], script[id=NortonInternetSecurityBF]' ) // Bug 63229 .remove( 'embed[id ^= xunlei_com_thunder_helper_plugin]' ) // Bug 63121 .remove( 'div[id=sendToInstapaperResults]' ) // Bug 61776 .remove( 'style[id=_clearly_component__css]' ) // Bug 53252 .remove( 'script[id=FoxLingoJs]' ) // Bug 52884 .remove( 'embed[type=application\\/x-datavault]' ) // Bug 52791 .remove( 'embed[type=application\\/iodbc]' ); // Bug 51521 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
