28 lines
No EOL
847 B
Text
28 lines
No EOL
847 B
Text
import subprocess
|
|
|
|
dailies = [
|
|
"https://www.geoguessr.com/",
|
|
"https://timeguessr.com/",
|
|
"https://languageguessr.io/daily",
|
|
"https://flagdoku.com/",
|
|
"https://travle.earth/",
|
|
"https://games.oec.world/en/tradle/",
|
|
"https://oec.world/en/games/connectrade/",
|
|
"https://worldle.teuteuf.fr/",
|
|
"https://countryle.com/",
|
|
#"https://capitale.countryle.com/",
|
|
"https://globle-game.com/game/",
|
|
"https://daydle.com/",
|
|
"https://histordle.com/yeardle/",
|
|
"https://quizl.io/",
|
|
"https://angle.wtf/",
|
|
"https://playboardle.com/",
|
|
"https://www.chess.com/daily/",
|
|
"https://www.nytimes.com/games/connections/",
|
|
"https://redactle.net/",
|
|
"https://contexto.me/en/",
|
|
"https://www.codewars.com/dashboard/",
|
|
"https://leetcode.com/",
|
|
]
|
|
|
|
subprocess.run(["chromium", "--new-window"] + dailies) |