Textarea size increase in PHPMyAdmin

I needed to increase the size of the textareas in phpMyAdmin. Drag this bookmarklet to your bookmarks, click on it when you’re using phpMyAdmin and you’re done.

[code lang=”javascript”]
javascript:(function()
{
var textareas = window.frames[‘frame_content’].document.getElementsByTagName(‘textarea’);
for (n=0;n