Skip to content

Instantly share code, notes, and snippets.

@shikarunochi
Last active October 19, 2018 03:02
Show Gist options
  • Save shikarunochi/17510b09621a27e2eaa6e90106e5b5cb to your computer and use it in GitHub Desktop.
Save shikarunochi/17510b09621a27e2eaa6e90106e5b5cb to your computer and use it in GitHub Desktop.
Twitter : remove RT bookmarklet
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;})();
@shikarunochi
Copy link
Author

Twiter のユーザページ(https://twitter.com/shikarunochi など)でブックマークレット実行すると、RT を除いた表示を行う。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment