Anonymous ID: 05c7a0 June 14, 2018, 10:40 a.m. No.1746486   🗄️.is 🔗kun   >>6522

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");

Anonymous ID: 05c7a0 June 14, 2018, 10:44 a.m. No.1746522   🗄️.is 🔗kun

>>1746486

also, some CSS to keep thread info in your window for easy browsing

 

#thread-interactions{

position: fixed;

width: 100%;

left: 0;

bottom: 0;

background: orange;

padding: 4px 0px;

margin: 0;

}