LoginSignup
0
0

More than 5 years have passed since last update.

ブックマークレット(自分で見る用)

Posted at

ブックマークレットとは

ブックマークしとくと役立つやつ

開く

複数のサイト開く
javascript:(function(){var urls=["http://hoge ", "https://hoge "];for (var i = 0; i < urls.length; i++){window.open(urls[i]);}})();

参考サイト

0
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
0
0