Block-Site icon indicating copy to clipboard operation
Block-Site copied to clipboard

Feature Request: Recognize Line Breaks in "User message:" section

Open Harrison-F opened this issue 4 years ago • 1 comments

Hello,

This extension's ability is exactly what I'm looking for, thank you for making it.

One addition that would really help is the ability to add line breaks in the custom message. Right now I'm making a list of all the more productive things I could do instead of these time wasting sites, and formatting would help a lot in readability.

Harrison-F avatar Aug 07 '21 09:08 Harrison-F

For now, go to the options page and use the following CSS code on "Custom CSS" section

#message {
  white-space: pre;
}

ray-lothian avatar Aug 07 '21 10:08 ray-lothian