mame-tanuki (10)

mame-tanuki MakeLink4hateda2015-01-01

リンク作成+はてなブックマーク数表示

var t=document.title;var u=location.href;var ele=document.createElement('textarea');ele.style.wid...

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(...
mame-tanuki GetHatebuEid_hoge2010-05-30

表示しているはてなブックマークのエントリーページにリンクするはてな記法文字列(b:id:entry:XXXXXXXX...

var ZeroPadding='00000000';var myObj=document.getElementsByName('eid');var ele=document.createEle...
mame-tanuki d.hatenaPC2Touch2010-05-28

PC用はてなダイアリー記事からiPhone用へ移動

if(location.host!='d.hatena.ne.jp'){alert('表示しているページは、はてなダイアリーではありません')...
mame-tanuki MakeLink4@Wiki2010-05-21

@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/'+...