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:
parent
75c2a0e1eb
commit
b72ebb0a99
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue