Hello
I want to hide few Articles in the categories based on web roles
var uploadResult = document.getElementsByClassName(".list-group").children[1];
uploadResult.style.display='none';
I used this it did not work
var uploadResult = document.querySelector('a[href="/knowledgebase/article/KA-01012/en-us"]');
I tried this

I need to hide the upload result can anyone help please






