Jump to content

User:Netheril96/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Netheril96 (talk | contribs) at 03:36, 13 April 2012 (Undid revision 487111362 by Netheril96 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
mathJax={};

importScript('User:Nageh/mathJax.js');

addOnloadHook(function()
{
elems =  document.getElementsByClassName('editsection');
for (i = 0; i <  elems.length; i++)
  elems[i].innerHTML = '[<a href="#toc">Back to top</a>] ' + elems[i].innerHTML;
});