User:Editor D.S/twinkleoptions.js

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
window.Twinkle.prefs = {
  "twinkle": {
    // Place all preferences here, except for Shared IP, Tag, Welcome, and Talkback preferences
    // For example:
    revertMaxRevisions: 13,
    summaryAd: " BTW, I use [[WT:TW|Twinkle]].",
    proddeleteChunks: 20
  },
  "friendly": {
    // Place preferences for Shared IP, Tag, Welcome, and Talkback in here
    // For example:
    watchTaggedPages: true,
    talkbackHeading: "Talkback just for you..."
  }
};

/* Hide the following Twinkle tabs */
li#tw-arv { display: none }            /* arv */
li#tw-csd { display: none }            /* csd */
li#tw-xfd { display: none }            /* xfd */
li#tw-prod { display: none }           /* prod */
li#tw-warn { display: none }           /* warn */
li#friendly-welcome { display: none }  /* welcome */
li#friendly-talkback { display: none } /* tb */
li#friendly-tag { display: none }      /* tag */
li#friendly-shared { display: none }   /* shared ip */
li#tw-rpp { display: none }            /* pp, rpp */
li#tw-block { display: none }          /* block */
li#tw-lastdiff { display: none }       /* last */
li#tw-since { display: none }          /* since */
li#tw-sincemine { display: none }      /* since mine */
li#tw-curdiff { display: none }        /* current */
li#tw-unlink { display: none }         /* unlink */
li#tw-deli { display: none }           /* deli-batch */
li#tw-batch { display: none }          /* d-batch */
li#tw-pbatch { display: none }         /* p-batch */
li#tw-batch-undel { display: none }    /* und-batch */
li#tw-deprod { display: none }         /* deprod */