1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-27 07:26:43 +00:00

Qute: don't archive or webrecord in new tab

This commit is contained in:
Phantop 2020-02-15 15:51:00 -05:00
parent 75c2a0e1eb
commit b72ebb0a99
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
echo "open -t https://archive.is/?run=1&url=$QUTE_URL" >> "$QUTE_FIFO"
echo "open https://archive.is/?run=1&url=$QUTE_URL" >> "$QUTE_FIFO"

View file

@ -1,3 +1,3 @@
#!/bin/bash
echo "open -t https://webrecorder.io/record/$QUTE_URL" >> "$QUTE_FIFO"
echo "open https://webrecorder.io/record/$QUTE_URL" >> "$QUTE_FIFO"