Twitter issued out a patch to resolve their dispute messages for RealNews…
Drop into DevTools/Sources
Press CTRL-ENTER to decode the public facing message to what they really mean.
function decodeDispute(){
var claimEls = $x('//span[contains(.,"This claim about election fraud is disputed")]');
for ( var each in claimEls){
claimEls[each]
}
}
decodeDispute();