Difference between revisions 3689529 and 3689644 on simplewiki

/*******************************************************/
/*  NOTE: The users listed in noAllow will NOT have    */
/*  this gadget enabled, regardless of whether or not  */
/*  they have it enabled in their preferences.         */
/*******************************************************/
  
var noAllow = [];
if(navigator.appName != "Microsoft Internet Explorer") { //Doesn't work in IE.
    if(noAllow.indexOf(wgUserName) == -1) { //If the user isn't listed as a not-allowed user, import the script.
        importScript("User:LightForceEhJJ/twinkle.js");
    }
}