Disable firefox screenshots. It is too ugly. - annna - Annna the nice friendly … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 72bfcf7a49546f7c71b8a2d25c55b07051bed1ef | |
parent e5653c2ce2a7b574ddfa20c89fbf88538d2348e9 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 21 Jul 2024 19:37:37 +0200 | |
Disable firefox screenshots. It is too ugly. | |
Diffstat: | |
M annna-message-common | 2 +- | |
M screenshot-uri | 2 ++ | |
2 files changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -182,7 +182,7 @@ case "${text}" in | |
#nuri="$(printf "%s\n" "${uri}" | sed "s;\(mobile\.\)\{0,1\}tw… | |
fetch-uri "${uri}" > "${tmpf}" | |
urititle="$(curl-grabtitle "${uri}")" | |
- suri="$(screenshot-paste "${uri}")" | |
+ #suri="$(screenshot-paste "${uri}")" | |
#nuris="nitter: ${nuri}" | |
nocuri=0 | |
;; | |
diff --git a/screenshot-uri b/screenshot-uri | |
@@ -1,5 +1,7 @@ | |
#!/bin/sh | |
+exit 0 | |
+ | |
if [ $# -lt 1 ]; | |
then | |
printf "usage: %s uri\n" "$(basename "$0")" >&2 |