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.
/*
I will often play around with this page as it doesn't always show compatibility right away.
*/

// [[User:Animum/reset.js]] by Animum
importScript('User:Animum/reset.js');
// [[User:Troy_07/resetsb.js]] by Troy, incorporated from [[User:Animum/reset.js]] by Animum
importScript('User:Troy_07/resetsb.js');
// [[User:Troy_07/test.js]] by Troy
importScript('User:Troy_07/test.js');
// [[User:Lifebaka]]'s script for purge tabs
importScript('User:Lifebaka/purge.js');
// [[User:Lupin]]'s anti-vandal tool
importScript('User:Lupin/recent2.js');
// [[User:Mr.Z-man/moverevert.js]]
importScript('User:Mr.Z-man/moverevert.js');
// [[MediaWiki:Gadget-contribsrange.js]]
// importScript('MediaWiki:Gadget-contribsrange.js');
// VoA Script
importScript('User:Troy_07/VoA_Script.js');
// RBL
$(function () {
    var addr;
    if (wgCanonicalNamespace == "Special" && wgCanonicalSpecialPageName == "Contributions")
        addr = document.forms[0].target.value;
    else if (wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk")
        addr = wgTitle;

    if (!/^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$/.test(addr)) return;  // not an IP

    mw.util.addPortletLink('p-tb', 'http://www.robtex.com/rbls/'+addr+'.html',
                   'RBL check', 't-rblcheck', 'Multi-RBL check');
});

// </nowiki></pre>