TweetNowBrowsing
by
hogashi
2019-09-29 [2019/09/29 16:54:38]
Tweets NowBrowsing
/*
* @title TweetNowBrowsing
* @description Tweets NowBrowsing
* @include http://*
* @license MIT License
* @require
*/
const url = window.location.href;
const title = document.title;
const text = encodeURIComponent(` / "${title}" - ${url}`);
window.open(`https://twitter.com/intent/tweet?text=${text}`, '_blank', 'width=450, height=250');
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。