Covid Data - Where and How to Open Multiple Tabs at Once.
This is where we get all our covid stats from.
If you want them to open up in your main browser follow this WINDOWS tip.
- right click empty spot on desktop
- new
- text document
- double click file on desktop and open it
Copy below and paste exactly as shown.
Start with @echo off in the top left and end with start https://www.macrotrends.net/countries/USA/united-states/death-rate
For some reason the website editor highlights the hashtag and we can't edit to plain text. When you copy into the text document it will be fine and will show up as a URL.
------------------------------------------------------------------------------------------------
@echo off
start https://www.standtogetherforcanada.com/
start https://www.statcan.gc.ca/en/subjects-start/population_and_demography
start https://health-infobase.canada.ca/covid-19/epidemiological-summary-covid-19-cases.html?stat=rate&measure=total&map=pt#a2
start https://www.jccf.ca/covid-stats/
start http://www.bccdc.ca/health-professionals/data-reports/covid-19-surveillance-dashboard
start https://health-infobase.canada.ca/covid-19/vaccination-coverage/
start https://globalnews.ca/news/6649164/canada-coronavirus-cases/
start https://www.ctvnews.ca/health/coronavirus/coronavirus-vaccination-tracker-how-many-people-in-canada-have-received-shots-1.5247509
start https://www.nytimes.com/interactive/2021/world/covid-vaccinations-tracker.html?register=email&auth=register-email
start https://www.census.gov/popclock/
start https://covid.cdc.gov/covid-data-tracker/#cases_casesper100klast7days
start https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1310078201
start https://health-infobase.canada.ca/covid-19/vaccine-safety/#a3
start https://openvaers.com/index.php
start https://www.cdc.gov/csels/dls/locs/2021/07-21-2021-lab-alert-Changes_CDC_RT-PCR_SARS-CoV-2_Testing_1.html
start https://duckduckgo.com/?q=world+population&ia=web
------------------------------------------------------------------------------------------------
-Save file.
-Close.
-Right click file
-Rename
Important. You must have file extensions shown. Otherwise it will be .bat.txt
Rename file to
"whateveryouwant.bat"
The extension is .bat
-Enter to lock in your rename.
You will get a window. If you change a file name extension, the file may become unstable.
-Click yes.
Done.
Double click the file and all the links will open in your current browser window or it will open a new browser.
コメント