rssdi User

Hello,
I am using falkon as a web browser and on some sites the password save popup is not shown.
after a search on the internet, for the moment I solved by creating a favorite, on which I click when I'm in the login page with this script as url:

javascript:(function(){var ac,c,f,fa,fe,fea,x,y,z;ac="autocomplete";
c=0; f=document.forms;
for(x=0;x<f.length;x++){
fa=f[x].attributes;
for(y=0;y<fa.length;y++){if(fa[y].name.toLowerCase()==ac){fa[y].value="on";c++;
}}
fe=f[x].elements;for(y=0;y<fe.length;y++){fea=fe[y].attributes;
for(z=0;z<fea.length;z++){
if(fea[z].name.toLowerCase()==ac){fea[z].value="on";c++;
}}}} alert("Modifica '"+ac+"' applicata su "+c+" oggetti.");})();

Is it possible to automate this by creating a script that if a site has disabled password saving executes this code?
Thanks and sorry for my English