V
V
Vadim Solovyov2022-03-06 11:18:56
Browser extensions
Vadim Solovyov, 2022-03-06 11:18:56

Which Google Chrome extension can be used to click multiple buttons at once to reveal hidden content?

62246dcfe1b9c237359295.gif
Linkclump does not cope with this task.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2022-03-06
@rPman

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 question

Ask a Question

731 491 924 answers to any question