Skip to content

Instantly share code, notes, and snippets.

@mostlyfine
Last active April 19, 2018 04:18
Show Gist options
  • Save mostlyfine/c8575d8de98e47f18f9ed1e590632d08 to your computer and use it in GitHub Desktop.
Save mostlyfine/c8575d8de98e47f18f9ed1e590632d08 to your computer and use it in GitHub Desktop.
External domain link Bookmarklet
javascript:(function()%7Bvar%20l='';for(var%20i=0;i<document.links.length;i++){if(document.links[i].href.indexOf(document.domain)<0){l+=document.links[i].href+'\n';}}alert(l);%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment