Skip to content

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.

License

Notifications You must be signed in to change notification settings

FSpark/copy-selected-tabs-to-clipboard

 
 

Repository files navigation

Copy Selected Tabs to Clipboard

Build Status

Development builds for each commit are available at "Artifacts" of the CI/CD action: https://github.com/piroor/copy-selected-tabs-to-clipboard/actions?query=workflow%3ACI%2FCD

Example copy formats

type format string
Only URL %URL%
Title and URL %TITLE%%EOL%%URL%
HTML Link <a title="%TITLE_HTML%" href="%URL_HTML%">%TITLE_HTML%</a>
HTML Link (Rich Text) %RT%<a title="%TITLE_HTML%" href="%URL_HTML%">%TITLE_HTML%</a>
Markdown Link [%TITLE%](%URL% "%TITLE%")
Markdown Link List %TST_INDENT( )%* [%TITLE%](%URL% "%TITLE%")
URL without query %REPLACE("%URL%", "\?.*$", "")%
URL without query except Google %REPLACE("%URL%", "^(?!\w+:https://[^/]*\.google\.[^/]*/.*)\?.*$", "$1")
Org Mode Link List *%TST_INDENT(*)% [[%URL%][%TITLE%]]
Firefox container Org Mode [[%CONTAINER_URL%][%CONTAINER_NAME("", ": ")%%TITLE%]]

%CONTAINER_URL% will be filled with a URL for Open external links in a container, if it is non-default container tab.

About

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.8%
  • HTML 7.8%
  • CSS 2.3%
  • Makefile 2.1%