You need to be logged into the wiki to be able to edit! To login or join the wiki, click here.

Difference between revisions of "User:Leech/vector.js"

From Kiwiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
// <pre><nowiki>
+
mw.loader.load('en.wikipedia.org/w/index.php?title=User:Animum/easyblock.js&action=raw&ctype=text/javascript'); 
  
// addPurge
+
mw.loader.load('en.wikipedia.org/w/index.php?title= User:Ale_jrb/Scripts/igloo.js&action=raw&ctype=text/javascript');
addOnloadHook(function () {
 
    var hist; var url;
 
    if (!(hist = document.getElementById('ca-history') )) return;
 
    if (!(url = hist.getElementsByTagName('a')[0] )) return;
 
    if (!(url = url.href )) return;
 
    addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'),
 
                  'Purge', 'ca-purge', 'Purge server cache for this page', '0');
 
});
 
 
 
// </nowiki></pre>
 

Latest revision as of 15:48, 18 May 2012

mw.loader.load('en.wikipedia.org/w/index.php?title=User:Animum/easyblock.js&action=raw&ctype=text/javascript');   

mw.loader.load('en.wikipedia.org/w/index.php?title= User:Ale_jrb/Scripts/igloo.js&action=raw&ctype=text/javascript');