den8 (6)

https://help.github.com/articles/getting-permanent-links-to-files/ githubサイト内で「y」を押すこ...

if(location.host==="github.com"){var pathname=document.querySelector('a[data-hotkey="y"]').getAtt...

Google検索結果から検索文字列以外の不要なクエリパラメータを削除

if(location.host.includes("www.google")){var tmp=location.href.split("?");var fore=tmp[0];var que...

Hootlet without URL shortener

var url='https://hootsuite.com/hootlet/load';(function(){if(!window.open(url,'t','scrollbars=0,to...

Hootlet without URL shortener

var url='https://hootsuite.com/hootlet/load?title='+encodeURIComponent(document.title+" "+documen...

アマゾンのURLで商品名や参照元URLなど無用に長いURLを必要最低限まで短くしています。ただ、twitter用...

if(location.href.match(/(https:\/\/www\.amazon\.(com|co\.jp|de|fr|co\.uk|cn))/)){var e=document.g...

my bookmarklet

javascript:(function(){var dom_obj=document.getElementById("top-nav");var dom_obj_parent=dom_obj....