Last active
October 19, 2018 03:02
-
-
Save shikarunochi/17510b09621a27e2eaa6e90106e5b5cb to your computer and use it in GitHub Desktop.
Twitter : remove RT bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var url=location.href;var keyword="from:" + url.substr(url.lastIndexOf("/")+1) + "%20%20-RT&f=tweets";location.href = "https://twitter.com/search?q="+ keyword;})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Twiter のユーザページ(https://twitter.com/shikarunochi など)でブックマークレット実行すると、RT を除いた表示を行う。