added more chats

This commit is contained in:
Niklas 2020-07-05 20:54:50 +02:00
parent d24aa0c1d5
commit d5238c1d1d
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
surf -L https://steamcommunity.com/chat/ & surf -L -c "$XDG_CACHE_HOME/steam-chat.txt" https://steamcommunity.com/chat/ &

View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
surf -L -c "$XDG_CACHE_HOME/telegram.txt" https://web.telegram.org/ &

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
surf -L -c "$XDG_CACHE_HOME/whatsapp.txt" https://web.whatsapp.com/ &