J
J
Julia Andriyanova2020-06-17 18:06:26
Browsers
Julia Andriyanova, 2020-06-17 18:06:26

Is there a quick way to open pages sequentially?

Hello! I searched for the answer to my question on the Internet, but unfortunately, I failed in this search. Perhaps someone here can help me with an answer?) The crux of the problem: I need to check a large number of pages with serial numbers. For example mysite.ru/publications/1, mysite.ru/publications/2, mysite.ru/publications/3 and so on. Is there any easy way to do this? Perhaps some plugin, keyboard shortcut or program? So far, I have to manually change the number in the address bar of the browser, which is somewhat tedious.
I'm not a particularly confident computer user, so I can't even imagine if this is possible)) Sorry if the question was stupid)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RHov, 2020-06-18
@RHov

there is a long way, can someone automate:
the principle is to feed the range of addresses to the command line
my "crutches" -- since usually there are numbers at the end of the address, then ...:
1. Open Notepad and Excel or something similar
2. copy the URL to the table ( the base part is in one column, the variable part is in another)
3. with a slight movement of the hand, "autofill" the variable range
4. in the next column, draw the formula ="start "&(base cell)&(variable cell)
== can be added at the end if necessary &".html"
5. "autocomplete"
6. copy the column "as text"
7. paste into Notepad and rename, for example "1.bat"
8.set the command line on this file (in Windows it is CMD)
==== As a result, pages are opened in the default browser.
= if this method is unnecessarily complicated, you can simply fill the "1.bat" file manually with the necessary addresses

J
Julia Andriyanova, 2020-06-17
@JulsAnd

If there is no ready-made solution, perhaps someone will be able to suggest - where can I order the writing of the necessary plugin?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question