2020/11/24

ブックマークレット まとめ

 


ツイートダイアログを開く

javascript:(function(){var w=550,h=420;window.open("https://twitter.com/intent/tweet?text="+encodeURIComponent(document.title)+" "+encodeURIComponent(location.href),"_blank","width="+w+",height="+h+",left="+(screen.width-w)/2+",top="+(screen.height-h)/2+",scrollbars=yes,resizable=yes,toolbar=no,location=yes")})()


新規タブでツイート画面を開く

javascript:window.open("https://twitter.com/intent/tweet?text="+encodeURIComponent(document.title)+" "+encodeURIComponent(location.href))


Twitterアプリのツイート画面を開く

javascript:location.href="twitter://post?message="+encodeURIComponent(document.title)+" "+encodeURIComponent(location.href) 

 

ツイートボタンがないページでもツイート画面を開くブックマークレット


Amazon Keepa

javascript:(function()%7Bvar%20s=location.href.split(/%5B?%23%5D/)%5B0%5D.split('/');var%20t='https://keepa.com/%23!product/5-';for(var%20i=3;i%3Cs.length;i++)%7Bif(s%5Bi%5D.length==10&&s%5Bi%5D.match(/%5E%5BA-Z0-9%5D*$/))%7Bt+=s%5Bi%5D;break;%7D%7Dwindow.open(t);%7D)();


さくらチェッカー 

https://sakura-checker.jp/article/bookmarklet/