Skip to content

Instantly share code, notes, and snippets.

@marcosinger
Last active October 5, 2015 08:48

Revisions

  1. marcosinger revised this gist Dec 1, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ javascript:(
    function(){
    a=document.createElement('SCRIPT');
    a.type='text/javascript';
    a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';
    a.src='http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js';
    document.getElementsByTagName('head')[0].appendChild(a);
    }
    )();
  2. marcosinger revised this gist Sep 20, 2012. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,8 @@
    javascript:(function(
    {a=document.createElement('SCRIPT');a.type='text/javascript';a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(a);})();
    javascript:(
    function(){
    a=document.createElement('SCRIPT');
    a.type='text/javascript';
    a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';
    document.getElementsByTagName('head')[0].appendChild(a);
    }
    )();
  3. marcosinger created this gist May 24, 2012.
    2 changes: 2 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    javascript:(function(
    {a=document.createElement('SCRIPT');a.type='text/javascript';a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(a);})();