Автор: Svrale
Дата сообщения: 25.12.2009 21:01
Да в кэше оперы 10.50 только со встроеной функция сортировки, в более ранних нет. Да, можно сохранять.
Думал написать сам, но нашел шикарную реализацию в файл меню вставь где [Document Popup Menu] [more=код]
Код: Item, "Show all images on new page"="Go to page, "javascript:var MTl=document.getElementsByTagName('IMG'); var owd_images=new Array(); function owd_rep(s){if (s) s=s.replace(/\.|\/|\:/gi,'');return s};var MTw=window.open('','','left=0,top=0,width=600,height=500,resizable=true,scrollbars=auto');MTw.document.open();MTw.document.write('<html><head><title>Images for '+document.title+'<\/title><style>*{font:12px Arial}<\/style><\/head><body>');for(MTi=0;MTi<MTl.length;MTi++)if (MTl[MTi].id!='owd_img' && MTl[MTi].src && (typeof owd_images[owd_rep(MTl[MTi].src)]=='undefined')) {owd_images[owd_rep(MTl[MTi].src)]=true;MTw.document.write('<img onmouseout=\'this.border=0\' onmouseover=\'this.border=1\' src=\''+MTl[MTi].src+'\'><br>'+'<input value=%22'+MTl[MTi].src+'%22><input value=%22'+MTl[MTi].alt+'%22><input value=%22'+MTl[MTi].title+'%22><br>');}; MTl=document.getElementsByTagName('*');for(MTi=0;MTi<MTl.length;MTi++){MTs=document.defaultView.getComputedStyle(MTl[MTi],null);MTs=MTs.getPropertyValue('background-image');if (MTs!='none' && MTs!='' && (typeof owd_images[owd_rep(MTs.substr(5,MTs.length-7))]=='undefined')){ owd_images[owd_rep(MTs.substr(5,MTs.length-7))]=true;MTw.document.write('<img onmouseout=\'this.border=0\' onmouseover=\'this.border=1\' src=\''+MTs.substr(5,MTs.length-7)+'\'><br>'+'<input size=%2260%22 value=%22'+MTs.substr(5,MTs.length-7)+'%22><br>'); }}; MTw.document.write('<\/p><\/body><\/html>');MTw.document.close();", 1, ,"New page""