リンク作成+はてなブックマーク数表示
var t=document.title;var u=location.href;var ele=document.createElement('textarea');ele.style.wid...
表示してるurl末尾の'#google_vignette'を消して再読み込みするだけ
javascript:(function(){var oldUrl=window.location.href;var newUrl=oldUrl.replace('#google_vignett...
twitterのユーザーページでRSSを取得する。参考:http://gontyping.blog58.fc2.com/blog-entry-216.html
$('h1.fullname').append('<a class="btn" href="http://api.twitter.com/1/statuses/user_timeline.ato...
今見ているページを短縮URLにする&ページタイトル取得。
var doit=function(b){var USER="toolbar@google.com";var LONG_URL=encodeURIComponent(b);function c(...
今見ているページを短縮URLにする&ページタイトル取得。macky1207氏のhttp://goo.gl/lbwSをFork
var doit=function(b){var USER="toolbar@google.com";var LONG_URL=encodeURIComponent(b);function c(...
表示しているはてなブックマークのエントリーページにリンクするはてな記法文字列(b:id:entry:XXXXXXXX...
var ZeroPadding='00000000';var myObj=document.getElementsByName('eid');var ele=document.createEle...
PC用はてなダイアリー記事からiPhone用へ移動
if(location.host!='d.hatena.ne.jp'){alert('表示しているページは、はてなダイアリーではありません')...
@Wiki用リンク作成+はてなブックマーク数表示
var t=document.title;var u=location.href;var ele=document.createElement('textarea');ele.style.wid...
PC用はてなブックマークのエントリーページからiPhone用へ移動
javascript:window.location=location.href.replace("/entry/","/entry.touch/");
iPhone用はてなブックマークのエントリーページからPC用へ移動
javascript:window.location=location.href.replace("/entry.touch/","/entry/");
はてブのPC用エントリーページからモバイル用ページへ移動
var myObj=document.getElementsByName('eid');window.location='http://b.hatena.ne.jp/entrymobile/'+...