iranikaが作ったブックマークレット(Bookmarklet)を公開するおもちゃ箱のページです。
ブックマークレットってなんなの? ⇒ Wikipediaの解説

BrowseNowRIP

これは BrowseNowのブックマークレットオンリー実装です。
今見ているページのタイトルとURLを含めてTwitterにシェアできます。
Twitter公式のシェア用URLに依存しています。

javascript: (function (e) { var href = `https://twitter.com/intent/tweet?hashtags=${'BrowseNowRIP'}&text=${e(document.title)}(${e(location.href)})`; window.open(href, null, 'width=520,height=500'); })(encodeURIComponent);

BrowseNowRIP for Misskey.io

Misskey.io以外のドメインで使いたい場合はソースコードの`https://misskey.io/share` の部分を`https://{使いたいドメイン}/share` に置き換えてください。

javascript: (function (e) { var href = `https://misskey.io/share?text=${e(document.title)}(${e(location.href)})`; window.open(href, null, 'width=520,height=500'); })(encodeURIComponent);