Skip to content

Instantly share code, notes, and snippets.

@mumumu
Last active January 25, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mumumu/5538294 to your computer and use it in GitHub Desktop.
Save mumumu/5538294 to your computer and use it in GitHub Desktop.
ページ内 a タグを target="_blank" に変えるブックマークレット。今時の # な URL だったら意味無いけどね。
javascript:var elms=document.getElementsByTagName('a');for(var i=0;i<elms.length;i++){elms[i].setAttribute('target','_blank');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment