https://bugzilla.wikimedia.org/show_bug.cgi?id=68900
--- Comment #3 from Roan Kattouw <[email protected]> --- (In reply to Alex Monk from comment #2) > 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 Yeah I was thinking about doing something like that. We have no easy way to know in advance what that will fix, but we can try it. -- 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
