Last active
April 19, 2018 04:18
-
-
Save mostlyfine/c8575d8de98e47f18f9ed1e590632d08 to your computer and use it in GitHub Desktop.
External domain link Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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