Remove Max Length

By Mhamad Rachini Last update Nov 29, 2008 — Installed 48 times.
// ==UserScript==
// @name			Remove Max Length
// @author			ROX
// @namespace		http://www.Rachini.com
// @description		Remove Max Length
// ==/UserScript==
var newURL ='javascript:(function(){var%20x,k,f,j;x=document.forms;for(k=0;k<x.length;++k){f=x[k];for(j=0;j<f.length;++j)f[j].removeAttribute("maxLength");}})()';
content.document.location.replace(newURL);