nightson / UserScripts

Greasemonkey scripts for my own use.
5 stars 1 forks source link

Suggestion: Add log file form field to newdisc page #8

Open Digitoxin1 opened 1 month ago

Digitoxin1 commented 1 month ago

I haven't delved into Greasemonkey scripts yet, but it seems like this would be possible.

It would be useful to add a dedicated form field to the page for the log file link. This field can be marked required and then on page submit, the contents of this field would be appended to the comments field.

nightson commented 1 month ago

Nice suggestion! It should be easy to add this. I will work on it later this week :P

nightson commented 3 weeks ago

I haven't delved into Greasemonkey scripts yet, but it seems like this would be possible.

It would be useful to add a dedicated form field to the page for the log file link. This field can be marked required and then on page submit, the contents of this field would be appended to the comments field.

Just updated the script. Please test.

By the way, I didn't make the new input required for the entire form, but only for the parse button. I don't think we should change the default website behavior in any way, just in case that someone doesn't need to actually use the script, despite having it loaded.