stylix and bugfixes
This commit is contained in:
parent
1b31f9e29c
commit
86a63e1131
11 changed files with 193 additions and 155 deletions
27
util/open_dailies.xsh
Normal file
27
util/open_dailies.xsh
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
import subprocess
|
||||
|
||||
dailies = [
|
||||
"https://www.geoguessr.com/",
|
||||
"https://timeguessr.com/roundonedaily/",
|
||||
"https://contexto.me/en/",
|
||||
"https://travle.earth/",
|
||||
"https://www.nytimes.com/games/connections/",
|
||||
"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://frontofficesports.com/trivia/factle/",
|
||||
"https://daydle.com/",
|
||||
"https://histordle.com/yeardle/",
|
||||
"https://angle.wtf/",
|
||||
"https://playboardle.com/",
|
||||
"https://www.chess.com/daily/",
|
||||
"https://quizl.io/",
|
||||
"https://redactle.net/",
|
||||
"https://www.codewars.com/dashboard/",
|
||||
"https://leetcode.com/",
|
||||
]
|
||||
|
||||
subprocess.run(["chromium", "--new-window"] + dailies)
|
||||
Loading…
Add table
Add a link
Reference in a new issue