I've been experimenting with the user JS feature to help with this. Basically highlighting only posts with the valid trip code. But it's not working right. Can anybody help?
$(document).ready(function() {$('span.trip:contains("!UW.yye1fxo")').parent('div').first().css('background-color','#ffc');});