>>82536352You can thank a Ringo for that one he got me started and I modify his original template for new filters
>>63971956>>82536371>>825363842 steps
>1. You add a filter for what you want to stand out using below format:/searchtext/highlight:CCSReference
Eg: /2Fzn4qbc/highlight:pcg filter on filenames for the Muyu time to eat
You can add extra criteria like only filter on vt threads or not case sensitive and separate each out using semi-colons I used
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions to learn but regex hurts my brain so I stick to the basics
>2. Make the Custom CSS to display the post how you want, if you don't know CSS at all read through relevant parts of this website https://www.w3schools.com/css/css_background.asp for an easy guideSome starter examples that you can add and then modify as desired below
>Jigsdiv.jigger
div.post { background: url(
https://files.catbox.moe/8nppm9.png); background-repeat: repeat; }
.boardBanner, #delform, .navLinksBot.desktop {
border-style: none;
padding-top: 0px;
border-image-source: url('');
}
>Schedulesdiv.Schedule
div.post { background: rgba(0, 7, 56, .4); background-image: url(
https://files.catbox.moe/z1wgk1.png); background-repeat: no-repeat; background-position: right top; background-size: 23%}
.boardBanner, #delform, .navLinksBot.desktop {
border-style: none;
padding-top: 0px;
border-image-source: url('');
}