piroor / copy-selected-tabs-to-clipboard

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Other
79 stars 16 forks source link

I want to change the newline code. #34

Closed tomokaz1024 closed 2 years ago

tomokaz1024 commented 2 years ago

Short description

I want to change the newline code.

Steps to reproduce

  1. Selecting Multiple Tabs
  2. Copying to the clipboard

Expected result

Newline code is lf.

Actual result

Newline code is cr+lf.

Environmenthttps://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

piroor commented 2 years ago

Options of this addon => Development => check "Debug mode" => All Configs => uncheck "useCRLF" should produce the expected result. Could you try it?

Hmm, but it is mysterious. It is unchecked by default...

tomokaz1024 commented 2 years ago

I could change the newline code. Thanks.