Answer the question
In order to leave comments, you need to log in
Which Google Chrome extension can be used to click multiple buttons at once to reveal hidden content?
Linkclump does not cope with this task.
Answer the question
In order to leave comments, you need to log in
you make javascript yourself, run it in the console or automatically using tempermonkey, for example, the
script for clicking on an element on the page is very simple:
to find out the css selector, you can in the browser console on the desired element (to open, you can press the right button on the element and select - inspect) and in the menu select copy - css
document.querySelector('css-селектор').click();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question