Oliver
2024-03-13 06:24:34 UTC
Is there a Windows batch way to make firefox tor browser open tabs from a
separate text list of book sites?
This is the current getbooks.bat file but it's cumbersome to maintain the
list of book sites in that huge line (which the newsreader may break up
into multiple lines).
@echo off
echo "Open Firefox Tor Browser to various book sites"
"C:\Program Files\Tor Browser\Browser\Firefox.exe"
"http://www.authorama.com/" "https://www.ebooks.com/en-us/free/"
"https://www.feedbooks.com/catalog/public_domain"
"https://www.free-ebooks.net/" "http://www.freeengineeringbooks.com/"
"https://scholar.google.com/" "https://www.gutenberg.org/"
"https://archive.org/" "https://manybooks.net/" "https://pdfget.com/"
"https://www.science.gov/" "https://digital.library.upenn.edu/books/"
"https://librivox.org/" "https://pdfgrab.com/" "https://sci-hub.ru/"
"https://openaccessbutton.org/" "https://www.researchgate.net/"
"https://www.academia.edu" "https://unpaywall.org"
"https://annas-archive.org/" "https://www.readanybook.com/"
"https://www.base-search.net/" "https://openlibrary.org/"
"https://www.tandfonline.com/" "https://libgen.rs/" "https://libgen.is/"
"https://libgen.li/" "https://libgen.st/" "http://zlibrary.to/"
"http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/"
"http://thepiratebay.org" "https://www.torrentdownload.info/"
"https://www.limetorrents.lol/" "https://bitsearch.to/"
"https://librarygenesis.net/" &
Is there an easy way to just include a text file list of book web sites to
open?
separate text list of book sites?
This is the current getbooks.bat file but it's cumbersome to maintain the
list of book sites in that huge line (which the newsreader may break up
into multiple lines).
@echo off
echo "Open Firefox Tor Browser to various book sites"
"C:\Program Files\Tor Browser\Browser\Firefox.exe"
"http://www.authorama.com/" "https://www.ebooks.com/en-us/free/"
"https://www.feedbooks.com/catalog/public_domain"
"https://www.free-ebooks.net/" "http://www.freeengineeringbooks.com/"
"https://scholar.google.com/" "https://www.gutenberg.org/"
"https://archive.org/" "https://manybooks.net/" "https://pdfget.com/"
"https://www.science.gov/" "https://digital.library.upenn.edu/books/"
"https://librivox.org/" "https://pdfgrab.com/" "https://sci-hub.ru/"
"https://openaccessbutton.org/" "https://www.researchgate.net/"
"https://www.academia.edu" "https://unpaywall.org"
"https://annas-archive.org/" "https://www.readanybook.com/"
"https://www.base-search.net/" "https://openlibrary.org/"
"https://www.tandfonline.com/" "https://libgen.rs/" "https://libgen.is/"
"https://libgen.li/" "https://libgen.st/" "http://zlibrary.to/"
"http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/"
"http://thepiratebay.org" "https://www.torrentdownload.info/"
"https://www.limetorrents.lol/" "https://bitsearch.to/"
"https://librarygenesis.net/" &
Is there an easy way to just include a text file list of book web sites to
open?