Answer the question
In order to leave comments, you need to log in
What Google Chrome browser extension can be used to search for occurrences in its address bar?
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question