Created
October 30, 2012 05:05
-
-
Save onesuper/3978410 to your computer and use it in GitHub Desktop.
let dead latex pictures reborn
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(){var from="http://latexservice.mpstechnologies.com/latexservice.cgi";var to="http://latex.codecogs.com/gif.latex";var array=document.getElementsByTagName("img");for(var i=0; i<array.length;i++){if(array[i].src.indexOf(from)==0) {array[i].src=array[i].src.replace(from, to);}}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment