Increases the size of the text input box when deleting a post. This also increases the size of the auto-completion dropdown list.
// ==UserScript==
// @name [Konachan] Delete Post: Increase "Reason" Box Length
// @namespace Zolxys
// @description Increases the size of the text input box when deleting a post. This also increases the size of the auto-completion dropdown list.
// @include /^https?://konachan\.(com|net)/post/delete/\d+/?($|\?|#)/
// @version 1.0
// ==/UserScript==
document.getElementById('reason').size = 85;