Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Like punning, programming is a play on words.


devel / alt.msdos.batch / Re: Firefox Tor Browser opens up twenty five tabs

SubjectAuthor
* Firefox Tor Browser opens up twenty five tabsPatrick
`- Re: Firefox Tor Browser opens up twenty five tabsJJ

1
Firefox Tor Browser opens up twenty five tabs

<ud0ich$ud1$1@novabbs.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=464&group=alt.msdos.batch#464

  copy link   Newsgroups: alt.comp.software.firefox alt.comp.os.windows-10 alt.msdos.batch
Path: i2pn2.org!rocksolid2!.POSTED!not-for-mail
From: patrick@oleary.com (Patrick)
Newsgroups: alt.comp.software.firefox,alt.comp.os.windows-10,alt.msdos.batch
Subject: Firefox Tor Browser opens up twenty five tabs
Date: Sun, 3 Sep 2023 08:02:30 +0800
Organization: rocksolid2 (novabbs.org)
Message-ID: <ud0ich$ud1$1@novabbs.org>
MIME-Version: 1.0
Content-Type: text/plain;charset=us-ascii;format=flowed
Injection-Date: Sun, 3 Sep 2023 00:01:22 -0000 (UTC)
Injection-Info: novabbs.org;
logging-data="31137"; mail-complaints-to="usenet@novabbs.org";
posting-account="DmBUVzkCOUSdwPeIqrbHByUaJQnFaz/eDlTqIrPjQgo";
User-Agent: Turnpike/6.07-M (<XysUeS6fptF$Y2WFgP0$1sHqDW>)
 by: Patrick - Sun, 3 Sep 2023 00:02 UTC

Sometimes I need to open up twenty five or so tabs.
The URL format is similar - with an index page on the end.
Is there a way to get Firefox to open them up at once?

https://domain/path/index=1
https://domain/path/index=2
https://domain/path/index=3
https://domain/path/index=4
and so on

Normally I have to manually cut and paste the first index page.
And then I have to change the index to the next one & hit return.

But it would be easier to just write a text of all the indices.
And then have the Firefox Tor Browser open up all 25 pages at once.

Is there something built into Firefox Tor Browser to open up the indices?

Re: Firefox Tor Browser opens up twenty five tabs

<jyeyd75hzhz5$.1xayguy14g7k8$.dlg@40tude.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=465&group=alt.msdos.batch#465

  copy link   Newsgroups: alt.comp.software.firefox alt.comp.os.windows-10 alt.msdos.batch
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jj4public@outlook.com (JJ)
Newsgroups: alt.comp.software.firefox,alt.comp.os.windows-10,alt.msdos.batch
Subject: Re: Firefox Tor Browser opens up twenty five tabs
Date: Sun, 3 Sep 2023 08:30:58 +0700
Organization: A noiseless patient Spider
Lines: 43
Message-ID: <jyeyd75hzhz5$.1xayguy14g7k8$.dlg@40tude.net>
References: <ud0ich$ud1$1@novabbs.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="03d3ca968d7efe41f52d0e3e52f3257d";
logging-data="653016"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186OwvG01jmjIAhpVo72Mwa8Td2SSiE5WA="
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha1:eDL7gofkiYZ4veD1IFlZlu/saVM=
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
 by: JJ - Sun, 3 Sep 2023 01:30 UTC

On Sun, 3 Sep 2023 08:02:30 +0800, Patrick wrote:
> Sometimes I need to open up twenty five or so tabs.
> The URL format is similar - with an index page on the end.
> Is there a way to get Firefox to open them up at once?
>
> https://domain/path/index=1
> https://domain/path/index=2
> https://domain/path/index=3
> https://domain/path/index=4
> and so on
>
> Normally I have to manually cut and paste the first index page.
> And then I have to change the index to the next one & hit return.
>
> But it would be easier to just write a text of all the indices.
> And then have the Firefox Tor Browser open up all 25 pages at once.
>
> Is there something built into Firefox Tor Browser to open up the indices?

Add the site domain to the allowed list of the "Block pop-up windows"
setting.

Open the site.

Open browser's Developer Tools.

Switch to the Console tab and use below JS code. Change the base URL as
needed.

(() => {
for (let i = 1; i <= 25; i++) {
open("https://domain/path/index=" + i)
}
})()

If you do this often, it can be made as a bookmarklet. Use below code as the
URL of a bookmark.

javascript:(() => {
for (let i = 1; i <= 25; i++) {
open("https://domain/path/index=" + i)
}
})()

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor