Skip to content

Instantly share code, notes, and snippets.

@ntzm
Last active August 29, 2015 14:26
Show Gist options
  • Save ntzm/9d370078597eb26853d8 to your computer and use it in GitHub Desktop.
Save ntzm/9d370078597eb26853d8 to your computer and use it in GitHub Desktop.
Bookmarklet to check if link has been submitted to reddit
javascript:function tbstjko(j){var c=j.data.children;var l=c.length;if(l==0){alert('Not submitted')}else{var t='';for(i=0;i<l;i++){t+=' * '+c[i].data.subreddit+'\n'}alert('submitted to\n'+t)}}(function(){var u=window.location.href;var v='https://reddit.com/api/info.json?jsonp=tbstjko&url='+u;var h=document.head;var s=document.createElement("script");s.setAttribute("src", v);h.appendChild(s);h.removeChild(s);void(0)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment