Skip to content

anonymous /gist:11307007

bookmarklet to find id-style permalinks on pages with jquery
javascript:$('*[id]').each(function(){$(this).prepend('<a href=#'+$(this).attr('id')+'>#</a>')})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.