macky1207 (6)

なかば無理やりgoogleの+1ボタンを非表示にします。

(function(d){if(d.match(/google\.com|google\.co\.jp/)){var stylesheet=document.styleSheets.item(0...
macky1207 あいさつ2010-10-18

my bookmarklet

$((function(){$("a[rel=dialog]").simulate("click")}));

いいね!をつけたい。

$((function(){Ene();function Ene(){var isOld=$(".tweet-actions").length==0?true:false;var box=isO...

TwitterのフォントをGoogle Font APIを使って変更します。

if(location.href.indexOf('http://twitter.com/')!=-1){WebFont.load({custom:{families:['Misaki'],ur...

googleChartAPIを利用しました。

w=250;open("http://chart.apis.google.com/chart?cht=qr&chs="+w+"&chld=H&chl="+encodeURIComponent(l...

今見ているページを短縮URLにします。

var doit=function(b){var USER="toolbar@google.com";var LONG_URL=encodeURIComponent(b);function c(...