[Date updated: 2023/03/07(Tue) 11:27:37]
 Looks like it's a bit b0rked for now (;^Д^)
 But still nice to have. Is it also possible to make the button
 look like "Post/Reload" and "Clear" ones?
 
 I haven't tested it, but you could try replacing this:
  
  <button type="button" id="breakbutt">Make line breaks</button>
  
  ...with this:
  
  <input type="button" id="breakbutt" value="Make line breaks">
  
  ...so that it gets selected by the existing CSS
  
  It could also be nice if it was moved to the right of Post/Reload / 
  Clear, or above/below the main textarea, since I keep accidentally 
  hitting it instead of Post/Reload due to muscle memory (;^Д^)
  
      
   Thx, done ( ´ω`)    
   For human dev-san to work on it, it's here: https://ayashii.net/ayashiibreaker.js?v2
   Only addButton() was changed
   
   I found a new p0rblem: the "make line breaks" button now appears on 
    the admin page and deletion page (;^Д^)
    
    I think it's cuz it's being inserted after wherever there's 2 buttons, 
    instead of next to a specific element's id
    
    fixed now ( ´ω`)
      https://ayashii.net/ayashiibreaker.js?v3
      

Return