3
edits
Changes
Adding support for wikiEd
if (wgNamespaceNumber == -1)
addOnloadHook(fixCrosswikiLinks);
// Adding support for the wikiEd plug-in to help people edit the wiki site. If you need help with this, please refer to the site below or ask {{User|Tiago}}
// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');