User:Linuxmigration/monobook.js: Difference between revisions

m
+ // <nowiki><pre>
(New page: function appendScript(url) { var scriptElem = document.createElement('script'); scriptElem.setAttribute('src',url); scriptElem.setAttribute('type','text/javascript'); document.getE...)
 
m (+ // <nowiki><pre>)
Line 1: Line 1:
// <nowiki><pre>
function appendScript(url) {
function appendScript(url) {
   var scriptElem = document.createElement('script');
   var scriptElem = document.createElement('script');
Line 17: Line 19:
appendScript('http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js&action=raw&ctype=text/javascript&dontcountme=s')
appendScript('http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js&action=raw&ctype=text/javascript&dontcountme=s')
appendScript('http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript&dontcountme=s')
appendScript('http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript&dontcountme=s')
// </pre></nowiki>