here is a few lines of script if anyone wants Q posts to be highlighted on the boards, I felt like posting it because why not. You can change the color to whatever you like.
load_js("https://code.jquery.com/jquery-3.3.1.min.js");
$('span.trip:contains("!CbboFOtcZs")').parent().parent().parent().css("background-color", "lightblue");