V
V
Vadim Solovyov2022-04-09 10:45:49
Browser extensions
Vadim Solovyov, 2022-04-09 10:45:49

What Google Chrome browser extension can be used to search for occurrences in its address bar?

6251395926780731147673.gif

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nadim Zakirov, 2022-04-09
@zkrvndm

Vadim Solovyov , what you indicated is called GET request parameters. You don't need any browser extensions to get them. On the target site, open the console, this is done by the key combination Ctrl + Shift + J .
Already there in the console type the following command: And press Enter . size is the name of the parameter whose value you need to get, you can replace it with your own.
new URLSearchParams(location.search).get('size');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question