mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.57k stars 176 forks source link

[Feature Request] Paste multiple URLs #1879

Open YodaEmbedding opened 1 week ago

YodaEmbedding commented 1 week ago

Description

Right-click, "New tab from clipboard URLs" or "Paste URLs".


Current "workaround":

while read url; do firefox --new-tab "$url"; done <<< "$(pbpaste)"