User:Smith609/endnote.js

/*

// This function is no longer maintained.

$( function() {

if (document.getElementsByClassName("Z3988")) {

refs = document.getElementsByClassName("Z3988");

link = new Array();

space = new Array();

for (var i=0; i

space[i] = document.createTextNode(" ");

link[i] = document.createElement("a");

link[i].innerHTML = "Endnote";

link[i].href = "http://toolserver.org/~verisimilus/Scholar/coins.php?r=" + escape(refs[i].title);

refs[i].appendChild(space[i]);

refs[i].appendChild(link[i]);

}

}

});

  • /