忍者ブログ
Opera と W-ZERO3[es] のカスタマイズについての覚書き…
ADMIN | WRITE | RESPONSE
W-ZERO3[es] | Opera | Button | JavaScript | menu.ini | search.ini | opera6.ini | mouse.ini | Google | 未選択 |
カレンダー
02 2024/03 04
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
最新記事
コメント
トラックバック
Tags
ブログ内の検索
Google
Web このブログ
関連商品

Opera & W-ZERO3[es]のショッピング

QRコード
アーカイブ
カテゴリー
カウンター
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

続いて Page Info サブメニュー

[Dev Info Menu]
Item, "DOM/CSS Inspector (external tool, be patient)"="Go to page, "javascript:var isXHTML=/html/.test(document.getElementsByTagName('body')[0].nodeName);function createNewEle(ele){if(isXHTML) { return document.createElementNS('http://www.w3.org/1999/xhtml', ele); }else{ return document.createElement(ele); };};(function(){var ele=document.getElementsByTagName('head')[0].appendChild(createNewEle('script'));ele.type='text/javascript';ele.src='http://aleto.ch/webTools/code/DOMtree2button.js'})();",1"
Item, "Mouseover DOM Inspector (external tool, be patient)"="Go to page, "javascript:prefFile='';void(z=document.body.appendChild(document.createElement('script')));void(z.language='javascript');void(z.type='text/javascript');void(z.src='http://slayeroffice.com/tools/modi/v2.0/modi_v2.0.js');void(z.id='modi');",1"
Item, "Javascript Object Inspector (external tool, be patient)"="Go to page, "javascript:s=document.body.appendChild(document.createElement('script'));s.id='sst';s.language='javascript';void(s.src='http://slayeroffice.com/tools/js_tree/js_tree.js');",1"
Item, "Table of Javascript Variables"="Go to page,"javascript:(function(){var x,d,i,v,st; x=open(); d=x.document; d.open(); function hE(s){s=s.replace(/&/g,'&');s=s.replace(/>/g,'>');s=s.replace(/</g,'<');return s;} d.write('<style>td{vertical-align:top; white-space:pre; } table,td,th { border: 1px solid #ccc; } div.er { color:red }</style><table border=1><thead><tr><th>Variable</th><th>Type</th><th>Value as string</th></tr></thead>'); for (i in window) { if (!(i in x) ) { v=window[i]; d.write('<tr><td>' + hE(i) + '</td><td>' + hE(typeof(window[i])) + '</td><td>'); if (v===null) d.write('null'); else if (v===undefined) d.write('undefined'); else try{st=v.toString(); if (st.length)d.write(hE(v.toString())); else d.write('ツ')}catch(er){d.write('<div class=er>'+hE(er.toString())+'</div>')}; d.write('</pre></td></tr>'); } } d.write('</table>'); d.close(); })();",1"
Item, "See ancestors in status bar (hover to view)"="Go to page, "javascript:(function(){function A(n,g){var p=n.parentNode,t=n.tagName;if(!p)return '';if(!t)return A(p,g);var T=t.toUpperCase(),b=(T!='TABLE'&&T!='TBODY'&&T!='THEAD'&&T!='TR'),c=n.className,i=n.id;return A(p,' > ')+(b?T:T.toLowerCase())+(c?'.'+c:'')+(i?'#'+i:'')+(b?g:' ');}document.onmouseover=function(e){e=e?e:event;var s,g=e.target;g=g?g:e.srcElement;try{s=A(g,'');}catch(err){s=err.message;}window.status=s;return true;};window.status=A(document.documentElement,'');})()",1"
---1
Item, "See Page Statistics (external tool, be patient)"="Go to page, "javascript:s=document.body.appendChild(document.createElement('script'));s.id='fs';s.language='javascript';void(s.src='http://slayeroffice.com/tools/pagenfo/pagenfo.js');",1"
Item, "Get Page MetaData"="Go to page, "javascript:var s='';var mt = document.getElementsByTagName('meta');for (i=0;i<mt.length;i++){s=s+'<tr valign=top \ >';s=s+'<td>'+mt[i].name+' \ </td>';s=s+'<td>'+mt[i].content+' \ </td>';s=s+'</tr>';}s='Metas for: \ <b>'+document.location.href+'</b><p><table border=1 verdana\'><tr><th>Meta Name</th><th>Content</th></tr>' + s+'</table>';var m=window.open('', 'm', '');m.document.open();m.document.write(s);m.document.close();",1"
---2
Item, "Reveal Hidden Named Anchors"="Go to page, "javascript:(function(){var atags,i,name,a; anchs = document.anchors; for(i=0; i<anchs.length; ++i) { a = anchs[i]; name = a.name; a.appendChild(document.createTextNode('#' + name)); a.style.border = '1px solid'; a.href = '#' + name; } })();",1"
Item, "See Internal/External links (defined through colour)"="Go to page, "javascript:(function(){var i,x; for (i=0;x=document.links[i];++i)x.style.color=['blue','red','orange'][sim(x,location)]; function sim(a,b) { if (a.hostname!=b.hostname) return 0; if (fixPath(a.pathname)!=fixPath(b.pathname) || a.search!=b.search) return 1; return 2; } function fixPath(p){ p = (p.charAt(0)=='/' ? '' : '/') + p;/*many browsers*/ p=p.split('?')[0];/*opera*/ return p; } })()",1"
Item, "Show Hidden Comments"="Go to page, "javascript:if(frames.length>1)alert('This bookmarklet does not work with frames.');else{strdoc=document.body.innerHTML.split(/\<!--/g);strcmnt='';for(i=0;i<strdoc.length;i++){pos=strdoc[i].indexOf('-->');if(pos>0){strcmnt+='<xmp><!-'+'-'+strdoc[i].substring(0,pos+3)+'</xmp><br>\n';}}win=open('','','resizable,scrollbars');with(win.document){writeln('<b>Comments</b><br>');writeln(strcmnt);close();}}",1"
---3
Item, "Check Quirks Mode" = Go to page, "javascript:alert(document.compatMode=='CSS1Compat'?'Standards Mode':'Quirks Mode')"
---4
Item, "See Element Nesting"="Go to page, "javascript:(function(){function crawl(e, r){if (e.nodeType!=1)return;var ch = e.firstChild;while (ch!=null){crawl(ch, r+1);ch= ch.nextSibling;}var c ='#'+r.toString()+r.toString()+r.toString(); if(r>9) c='#FCC';e.style.color='white';e.style.background='none';e.style.backgroundColor=c;e.style.borderColor=c;}crawl(document.getElementsByTagName('body')[0], 0);})()",1"
Item, "See Object Dimensions"="Go to page, "javascript:y=prompt('Object Type:','div');d=document;n=d.getElementsByTagName(y).length;if(!n){alert('No Tags');}else{for(i=0;i<n;i++){j=d.getElementsByTagName(y)[i];w=j.offsetWidth;h=j.offsetHeight;t=j.offsetTop;l=j.offsetLeft;o=y=='div'?'span':'div';z=j.appendChild(d.createElement(o));s=z.style;s.font='9px arial';s.background='#FFF';s.border='1px solid #000';s.position='absolute';s.color='#000';s.top=t+'px';s.left=l+'px';s.padding='2px';void(z.innerHTML=w+' x '+ h);}}",1"
Item, "List Frames"="Go to page, "javascript:(function(){var s='';function getF(w,lvl){try{if(lvl>0){s+='<ul><li>';if(w.name!='')s+='<b>'+w.name+'</b><br>\n';}else{s+='<b>'+w.document.title+'</b><br>\n';}s+=w.location.href+'\n';for(var i=0;F=w.frames[i];i++){getF(F,++lvl);}if(lvl>0)s+='</li></ul>\n';}catch(e){s+='(IFRAME or cross-domain)\n';}}if(!frames.length)alert('No frames.');else{getF(window,0);w=open();w.document.write(s);w.document.close();}})()",1"
---5
Submenu, "Cookies", Dev Cookie Menu =


[Dev Cookie Menu]
Item, "View Cookies"="Go to page, "javascript:alert('Cookies stored by this host or domain:\n\n' + document.cookie.replace(/; /g,'\n'));",1"
Item, "Set Cookie Expiration"="Go to page, "javascript:(function(){C=document.cookie;if(C){var days=prompt('Days until cookie expires:','365');if(days){var dom='.'+location.host;while(d=dom.match(/\..*$/)){var s='';var cc=C.split('; ');for(i=0;line=cc[i];++i){s+=line;}var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));s+='; expires='+date.toGMTString()+'; domain='+d+'; path='+location.pathname;document.cookie=s;dom=d.toString().substr(1);}}}else{alert('This site has no cookies.');}})()",1"
PR
この記事にコメントする
お名前
タイトル
文字色
メールアドレス
URL
コメント
パスワード   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
この記事へのトラックバック
この記事にトラックバックする:
リンク

Shop with confidence - new fraud protection from Opera Keep your online life moving with Opera Mini

Google






RSS





Powered by Podcastリスティング
Powered by 忍者ブログ
Copyright © 2006 - 2007 Opera & W-ZERO3[es] All Rights Reserved.
忍者ブログ | [PR]