Skip to content

Instantly share code, notes, and snippets.

@nyanshiba
Last active July 16, 2019 05:24
Show Gist options
  • Save nyanshiba/74307608339f1f84a70dd80cbfcf2061 to your computer and use it in GitHub Desktop.
Save nyanshiba/74307608339f1f84a70dd80cbfcf2061 to your computer and use it in GitHub Desktop.
Twitter新UIに対応した、フォロー内検索ブックマークレット shibanyan_1は自分のusernameに置き換えてね
javascript: (
function () {
var t = prompt("twitter.com/search", "");
if (t) open('https://twitter.com/search?q=' + encodeURIComponent(t) + '%20-from%3Ashibanyan_1%20filter%3Afollows&f=live&qf=off', '_blank');
}
)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment