URI: 
       Disable firefox screenshots. It is too ugly. - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit 72bfcf7a49546f7c71b8a2d25c55b07051bed1ef
   DIR parent e5653c2ce2a7b574ddfa20c89fbf88538d2348e9
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
   DIR 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\}twitter\.com;${ninstance};")"
                        fetch-uri "${uri}" > "${tmpf}"
                        urititle="$(curl-grabtitle "${uri}")"
       -                suri="$(screenshot-paste "${uri}")"
       +                #suri="$(screenshot-paste "${uri}")"
                        #nuris="nitter: ${nuri}"
                        nocuri=0
                        ;;
   DIR 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