2018-04-13

ブックマークレット

開いてるページを、はてぶでブックマークする

javascript:(function(){var u=window.location;if("https:"==document.location.protocol)u="s/"+u.toString().substr(document.location.protocol.length+2);else u=u.toString().substr(document.location.protocol.length+2);document.location="http://b.hatena.ne.jp/entry/"+u})();

開いてるページを、「【タイトルURL」の形式クリップボードに入れる

javascript:(function(){var copyFrom=document.createElement("textarea");copyFrom.textContent='【'+document.title+'】'+window.location;var bodyElm=document.getElementsByTagName("body")[0];bodyElm.appendChild(copyFrom);copyFrom.select();var retVal=document.execCommand('copy');bodyElm.removeChild(copyFrom);return retVal;})();

無駄拡張機能増やしたくないのでソース探したけどなかったから書いた

chromeしか動作確認してない

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん