सदस्य:Ratnahastin/twinkleoptions.js

मुक्त ज्ञानकोश विकिपीडिया से

सूचना: यह पृष्ठ सुरक्षित करने बाद, परिवर्तनों को देखने लिए ब्राउज़र का कैश ख़ाली करने की आवश्यकता हो सकती है।

  • मोज़िला / फ़ायरफ़ॉक्स / सफ़ारी: shift hold करें जब आप reload क्लिक करते है, या Ctrl-Shift-R (अपल मैक में Cmd-Shift-R) दबाएँ;
  • गूगल क्रोम: Ctrl-shift-R (मैक में Cmd-Shift-R) दबाएँ
  • इंटरनेट एक्सप्लोरर: Ctrl hold करें जब आप refresh क्लिक करते हैं, या Ctrl-F5 क्लिक करते हैं;
  • कॉङ्करर: सिर्फ़ Reload बटन पर क्लिक करें, या F5 क्लिक करें;
  • ऑपरा सदस्य को Tools→Preferences में सम्पूर्ण कैश ख़ाली करने की ज़रूरत हो सकती है।
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].
//
// This file is AUTOMATICALLY GENERATED.  Any changes you make (aside from
// changing the configuration parameters in a valid-JavaScript way) will be
// overwritten the next time you click "save" in the Twinkle preferences
// panel.  If modifying this file, make sure to use correct JavaScript.
// <nowiki>

window.Twinkle.prefs = {
  "optionsVersion": 2.1,
  "dialogLargeFont": true,
  "deliWatchPage": "no",
  "deliWatchUser": "no",
  "watchRequestedPages": "no",
  "watchPPTaggedPages": "no",
  "watchProdPages": "no",
  "rollbackInPlace": true,
  "watchRevertedExpiry": "no",
  "showRollbackLinks": [
    "diff",
    "others",
    "mine",
    "recent",
    "history"
  ],
  "watchSpeedyPages": [
    "db",
    "g3",
    "g5",
    "g10",
    "g11",
    "g12"
  ],
  "watchSpeedyExpiry": "no",
  "watchSpeedyUser": "no",
  "watchTaggedPages": "no",
  "watchMergeDiscussions": "no",
  "markTaggedPagesAsMinor": true,
  "talkbackHeading": "Hello",
  "unlinkNamespaces": [],
  "defaultWarningGroup": "11",
  "watchWarnings": "no",
  "topWelcomes": true,
  "watchWelcomes": "no",
  "quickWelcomeMode": "auto",
  "quickWelcomeTemplate": "Template:Welcome Guide",
  "logXfdNominations": true,
  "xfdLogPageName": "Deletion ",
  "xfdWatchPage": "no",
  "xfdWatchUser": "no",
  "xfdWatchRelated": "no"
};

// </nowiki>
// End of twinkleoptions.js