Open YodaEmbedding opened 1 week ago
Right-click, "New tab from clipboard URLs" or "Paste URLs".
Current "workaround":
while read url; do firefox --new-tab "$url"; done <<< "$(pbpaste)"
Description
Right-click, "New tab from clipboard URLs" or "Paste URLs".
Current "workaround":