Anonymous ID: 936431 Feb. 8, 2018, 1:39 p.m. No.308502   🗄️.is 🔗kun   >>8508 >>8526 >>8930 >>8953 >>9177

>>308479

>>308493

 

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');});

Anonymous ID: 936431 Feb. 8, 2018, 2:03 p.m. No.308680   🗄️.is 🔗kun   >>8953

>>308519

This examples helps Ctrl+F too.

 

$(document).ready(function() {$('span.trip:contains("[insert trip here]")').each(function(idx,val) { if(!$(val).val().includes("REAL")) { $(val).prepend("REAL"); $(val).parents('div').first().css('background-color','#ffc'); }});});