The Force user/pass save is a bit of javascript:
^ That is the code to put into a new bookmark's URL field - just click it once you've entered user/pass on any website that doesn't allow saving such details and BAM!
The menu toolbar is hidden, I press ALT and then can use view/tools/edit etc as normal then it autohides again. The File button only contains the key functions most people use as per the TwentyTen theme.
The bookmarks listing is the bookmarks menu button from the customise dialogue not the bookmarks sidebar button.
Code:
javascript:(function(){var%20df=document.forms,dfe,i,j,x,y;df=document.forms;for(i=0;i<df.length;++i){x=df[i];dfe=x.elements;if(x.attributes['autocomplete']){x.attributes['autocomplete'].value='on';}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes['autocomplete']){y.attributes['autocomplete'].value='on';y.style.backgroundImage='url(http://robbiekhan.co.uk/root/randompics/emoticons/fm/laugh.gif)';y.style.backgroundRepeat='no-repeat';y.style.backgroundPosition='center%20left';y.style.paddingLeft='22px';}}}})();
The menu toolbar is hidden, I press ALT and then can use view/tools/edit etc as normal then it autohides again. The File button only contains the key functions most people use as per the TwentyTen theme.
The bookmarks listing is the bookmarks menu button from the customise dialogue not the bookmarks sidebar button.