Block-Site
Block-Site copied to clipboard
Feature Request: Recognize Line Breaks in "User message:" section
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.
For now, go to the options page and use the following CSS code on "Custom CSS" section
#message {
white-space: pre;
}