2014/07/18 2014/07/28 2015/01/03 2015/03/21 2015/10/30 2015/11/08 2015/12/20 2022/02/03
携帯端末からもご覧いただけます。直接アクセスしてください。
Webページで使う / Webページを探す / 文字列を探す・使う
見ているページのソースを表示、再読み込みで元に戻ります。
javascript:var%20d=document;var%20o=d.documentElement;d.write("<pre>"+(o.outerHTML||o.innerHTML).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")+"</pre>");
» via: mume@Qiita 2022/02/03
見ているページのCSSを無効化、再読み込みで元に戻ります。
javascript:function%20tC(v,nf){if(document.getElementsByTagName('link')){links=document.getElementsByTagName('link');for(i=0;i<links.length;i++){link=links[i];if(link.href.indexOf('css')>=0|link.href.indexOf('CSS')>=0|link.type=='text/css'){link.disabled=v;}}}if(document.getElementsByTagName('style')){styles=document.getElementsByTagName('style');for(j=0;j<styles.length;j++){style=styles[j];style.disabled=v;}}document.getElementsByTagName('head')[0].id=nf;}if(document.getElementById('cssOFF')){tC(false,'cssON');}else{tC(true,'cssOFF');};
» via: Fsiki 2014/07/28
見ているページでリンクされているURLをリストアップします。
javascript:WN7z=open('','Z6','width=400,height=200,scrollbars,resizable,menubar');DL5e=document.links;with(WN7z.document){write('<base%20target=_blank>');for(lKi=0;lKi<DL5e.length;lKi++){write(DL5e[lKi].toString().link(DL5e[lKi])+'<br><br>')};void(close())};
» via: K'conf 2014/07/18
見ているページのクッキーを表示します。
javascript:if(document.cookie.length<1){alert('No cookie for this site.')}else{alert('Cookie for this site:\n\n'+document.cookie.replace(/; /g,'\n'))};
» via: K'conf 2015/11/08
見ているページのクッキーを削除します。
javascript:(function(){C=document.cookie.split(';%20');for(d='.'+location.host;d;d=(''+d).substr(1).match(/\..*$/))for(sl=0;sl<2;++sl)for(p='/'+location.pathname;p;p=p.substring(0,p.lastIndexOf('/')))for(i%20in%20C)if(c=C[i]){document.cookie=c+';%20domain='+d.slice(sl)+';%20path='+p.slice(1)+'/'+';%20expires='+new%20Date((new%20Date).getTime()-1e11).toGMTString()}})();
» via: K'conf 2015/11/08
見ているサイト内を Google で検索します。
javascript:(function(){var q='';if(window.getSelection){q=window.getSelection().toString();}else{q=document.selection.createRange().text;}q=prompt('Input your search words.',q);if(q!=''){var query='?q='+q+'&num=50&hl=ja&lr=lang_ja&as_sitesearch='+window.location.hostname;window.open('https://www.google.jp/search'+query,'_blank');}})();
» 2015/03/21
AmazonKindleストア の販売ページで電子書籍サンプルの生データを閲覧できます。(閲覧不可の商品もあり)
javascript:(function(){var%20loc=location.href;if(loc.match(/\/dp\/([^/&\?\%]+)/)||loc.match(/\/obidos\/ASIN\/([^/&\?\%]+)/)||loc.match(/\/gp\/product\/([^/&\?\%]+)/)||loc.match(/\/o\/asin\/([^/&\?\%]+)/))var%20url='http://kindleweb.s3.amazonaws.com/content/'+RegExp.$1+'/gz_sample.html';window.open(url,'_blank');})();
» 2015/01/03
見ているページを Twitter で検索、別ウィンドウで表示します。
javascript:window.open('https://twitter.com/search?f=tweets&q='+encodeURIComponent(location.href));void(0);
» 2022/02/03
見ているページを はてなブックマーク で検索、別ウィンドウで表示します。
javascript:window.open('http://b.hatena.ne.jp/entry/'+encodeURIComponent(location.href));void(0);
» 2015/01/03
見ているページの Google キャッシュを別ウィンドウで表示します。
javascript:window.open('http://webcache.googleusercontent.com/search?q=cache:'+encodeURIComponent(location.href));void(0);
» 2015/10/30
見ているページを Internet Archive で検索、別ウィンドウで表示・保存します。
javascript:window.open('http://web.archive.org/*/'+encodeURIComponent(location.href));void(0);
» 2015/10/30
見ているページを ウェブ魚拓 で検索、別ウィンドウで表示・保存します。
javascript:window.open('http://gyo.tc/'+encodeURIComponent(location.href));void(0);
» via: GitHub 2015/10/30
選択した文字列をURLエンコードします。
javascript:(function(){var%20d=document;var%20w=window;var%20t;if(d.selection){t=d.selection.createRange().text;}else%20if(w.selection){t=w.selection.createRange().text;}else%20if(d.getSelection){t=d.getSelection();}else%20if(w.getSelection){t=w.getSelection();}else{t='';}function%20e(t){prompt('Encoded!',encodeURIComponent(t));}if(t==null||t==''){if(t=prompt('Input%20text%20you%20want%20to%20Encode')){e(t);}}else{e(t);}})();
» via: Creazy! 2014/07/18
選択した文字列を Google日本語版 で検索、結果を別ウィンドウで表示します。
javascript:var%20d=document;%20var%20word=d.selection?d.selection.createRange().text:d.getSelection();%20var%20subw=window.open('https://www.google.co.jp/search?q='+word).document;
» 2015/11/14
選択した文字列を Yahoo! JAPAN で検索、結果を別ウィンドウで表示します。
javascript:var%20d=document;%20var%20word=d.selection?d.selection.createRange().text:d.getSelection();%20var%20subw=window.open('http://search.yahoo.co.jp/search?p='+word).document;
» 2015/11/15
選択した文字列を Twitter で検索、結果を別ウィンドウで表示します。
javascript:var%20d=document;%20var%20word=d.selection?d.selection.createRange().text:d.getSelection();%20var%20subw=window.open('https://twitter.com/search?q='+word).document;
» 2015/11/14
選択した文字列を Wikipedia 日本語版で検索、結果を別ウィンドウで表示します。
javascript:var%20d=document;%20var%20word=d.selection?d.selection.createRange().text:d.getSelection();%20var%20subw=window.open('https://ja.wikipedia.org/wiki/'+word).document;
» 2015/11/15
選択した文字列を Weblio類語辞典 で検索、結果を別ウィンドウで表示します。
javascript:var%20d=document;%20var%20word=d.selection?d.selection.createRange().text:d.getSelection();%20var%20subw=window.open('http://thesaurus.weblio.jp/content/'+word).document;
» 2015/11/15