1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Twitterの新UI用に自作Bookmarklet作りました

Posted at

TwitterのUIが新しくなりました!
そしたら、今まで使っていた見ていたサイトをTwitterに投稿するBookmarkletが動かなくなっていたので、修正しました。

javascript:var%20d=document,w=window,l=location,e=encodeURIComponent,f='http://twitter.com/compose/tweet/?text=+%5BB!%5D+%22'+e(d.title)+'%22+'+e(l.href);if(!w.open(f,'Twitter%20bookmark'))l.href=f;

URLが

http://twitter.com/home/?status=***

ではなくて

http://twitter.com/compose/tweet/?text=***

に変わったんですね

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?