Forum Discussion
EXTREMELY annoying slide-banner
Please remove the EXTREMELY annoying slide-banner on the front page of community.fabric.microsoft.com
Its a pain to have that thing moving while reading valuable community information.
9 Replies
- lbendlin
Super User
Write a little script to hide the DOM element
- bluehenveFrequent Visitor
Jesus. Guess I have to learn that, do you have a tip?
- lbendlin
Super User
document.querySelector("#skip_content > div.lia-quilt-column.lia-quilt-column-08.lia-quilt-column-right.lia-quilt-column-side-content").innerHTML = "";- bluehenveFrequent Visitor
Holy smoke, I got youre code to work. Used an Edge extension, Tampermonkey to save the code.
Crazy to spend time on that, but really glad you helped me out.I only feel bad, that it also hides the object, that shows that you are Top Kudoed Authors (Last Month) :-). Have a nice evening, regards Henrik
- Natalie_iTalent
Administrator
Hello bluehenve,
Thank you for reaching out. To stop the carousel from rotating, you can hit the "Pause" button on the bottom right of the Announcements box.
Best,
Natalie H.
Community Manager
- lbendlin
Super User
Natalie_iTalent That button doesn't work in Edge.
- Natalie_iTalent
Administrator
Hello lbendlin,
Thank you for your feedback. I'm using Edge and am able to use it. Sometimes I have to click it twice if it is in the middle of transitioning.
Best,
Natalie H.
Community Manager
- bluehenveFrequent Visitor
Thanks - but everytime I click to a new page it starts again.
Can it be stopped permanently (otherwise the function is worthless imo)?