Skip to content

Instantly share code, notes, and snippets.

@pkra
Created May 17, 2013 18:57
Show Gist options
  • Save pkra/5601181 to your computer and use it in GitHub Desktop.
Save pkra/5601181 to your computer and use it in GitHub Desktop.
MathJax bookmarklet for Springer LaTeX search http://latexsearch.com/
javascript:(function(){ var s=document.createElement('script'); s.setAttribute('src','http://code.jquery.com/jquery.js'); document.getElementsByTagName('body')[0].appendChild(s); $('.img_overflow > img').wrap('<span class="MathJax_Preview" />'); $('.MathJax_Preview').after(function() { tex = $(this).find('img').attr("title"); return " <script type='math/tex'>" + tex + "</" + "script>" ;}); var s=document.createElement('script'); var s=document.createElement('script'); s.setAttribute('src','http://cdn.mathjax.org/mathjax/2.1-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'); document.getElementsByTagName('body')[0].appendChild(s); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment