how to block word

wonki

New Member
1673890431236.png

i simply want to block a word among the topics opened in the forum and the topics opened with this word should not appear. vbulletin forum

Code:
<div class="title">
                        <div class="titleTooltip" data-container="body" data-placement="bottom" data-toggle="tooltip" data-original-title="title title xxxx title la la">
                            <span> </span>
                            car wash "word" like like
                        </div>
                    </div>
site.net###thread-3515425
site.net###thread-3515425 > ol > li:first-child > a > div.title:last-child

uhh idk help pls
 

Alex302

Filters Developer
Staff member
Administrator
Where can I check?
To hide a page with some word you can use Extended CSS rule
Code:
example.com#?#body:contains(This domain)
 
Top