Filter out junk from the HON browser plug-in

Bug: T209619
Change-Id: If399319b2675ac8ca6d3d17acbf96634ab5f6395
This commit is contained in:
James D. Forrester 2018-11-15 10:22:46 -08:00
parent 6c3f516843
commit a5c5176333

View file

@ -270,6 +270,7 @@ ve.init.mw.Target.prototype.getHtml = function ( newDoc, oldDoc ) {
'div[id="sendToInstapaperResults"], ' + // T63776 'div[id="sendToInstapaperResults"], ' + // T63776
'div[id="kloutify"], ' + // T69006 'div[id="kloutify"], ' + // T69006
'div[id^="mittoHidden"], ' + // T70900 'div[id^="mittoHidden"], ' + // T70900
'div.hon.certificateLink', // HON (T209619)
'div.donut-container' // Web of Trust (T189148) 'div.donut-container' // Web of Trust (T189148)
) )
.remove(); .remove();