User:S4b1nuz E.656/twinkleoptions.js

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[User:Xiplus/TwinkleGlobal/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.TwinkleGlobal.prefs = {
  "optionsVersion": 2,
  "summaryAd": " ([[m:TWG|TWG]])",
  "dialogLargeFont": true,
  "customSRGReasonList": [
    {
      "value": "Cross-Wiki Vandalism",
      "label": "Cross-Wiki Vandalism"
    },
    {
      "value": "Cross-Wiki Spamming",
      "label": "Cross-Wiki Spamming"
    },
    {
      "value": "Cross-Wiki Spamming from Spambot",
      "label": "Cross-Wiki Spamming from Spambot"
    }
  ],
  "srgCollapseNumber": 5,
  "customGARVGSRReasonList": [
    {
      "value": "Spam written in another language by Spambot",
      "label": "Spam (written in another language by Spambot)"
    },
    {
      "value": "Persistent disruptive edits",
      "label": "Persistent disruptive edits"
    },
    {
      "value": "Persistent vandalism",
      "label": "Persistent vandalism"
    }
  ],
  "showVandRollbackLink": true,
  "openTalkPage": [
    "norm",
    "vand"
  ],
  "markRevertedPagesAsMinor": [
    "norm",
    "vand",
    "torev"
  ],
  "watchRevertedPages": [
    "norm",
    "vand",
    "torev"
  ],
  "watchRevertedExpiry": "default",
  "confirmOnFluff": true,
  "showRollbackLinks": [
    "diff",
    "others",
    "recent",
    "history"
  ],
  "markSpeedyPagesAsPatrolled": true,
  "customCSDReasonList": [
    {
      "value": "C1",
      "label": "(IT): C1"
    },
    {
      "value": "C2",
      "label": "(IT): C2"
    },
    {
      "value": "C4",
      "label": "(IT): C4"
    },
    {
      "value": "Vandalismo",
      "label": "(IT): Vandalismo"
    },
    {
      "value": "Vandalism",
      "label": "(EN/SV): Vandalism"
    },
    {
      "value": "Vandalism/Klotter",
      "label": "(SV): Vandalism/Klotter"
    },
    {
      "value": "Senza senso",
      "label": "(IT): Senza senso"
    },
    {
      "value": "Klotter/Test",
      "label": "(SV): Klotter/Test"
    },
    {
      "value": "Test",
      "label": "(IT/EN/SV): Test"
    },
    {
      "value": "Spam by Spambot",
      "label": "(EN): Spam by Spambot"
    }
  ],
  "diffDisabledWikis": []
};

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