Skip to content

Instantly share code, notes, and snippets.

@myaumyau
Created July 3, 2013 15:15
Show Gist options
  • Save myaumyau/5919193 to your computer and use it in GitHub Desktop.
Save myaumyau/5919193 to your computer and use it in GitHub Desktop.
[md]Bookmarklets

Bookmarklet

Google

Google Bookmarksに追加(2013/07/03)

javascript:(function(a,b,c,d){d=a.open('http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+c(b.location)+'&title='+c(b.title),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');a.setTimeout(function(){d.focus()},300)})(window,document,encodeURIComponent);

Feedly

サイドバーを常に表示(2013/07/04)

javascript:(function(b,c){b.className=c;})(document.getElementById('box'),'home%20wide');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment