Misplaced Pages

User:GizzyCatBella/twinkleoptions.js

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:GizzyCatBella

This is an old revision of this page, as edited by GizzyCatBella (talk | contribs) at 10:15, 17 November 2019 (Saving Twinkle preferences: automatic edit from Misplaced Pages:Twinkle/Preferences (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 10:15, 17 November 2019 by GizzyCatBella (talk | contribs) (Saving Twinkle preferences: automatic edit from Misplaced Pages:Twinkle/Preferences (TW))(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump.
This code will be executed when previewing this page.
Documentation for this user script can be added at User:GizzyCatBella/twinkleoptions.
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 Misplaced Pages:Bypass your cache.
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at ].
//
// 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 = {
  "twinkle": {
    "markRevertedPagesAsMinor": [
      "vand",
      "torev"
    ]
  },
  "friendly": {}
};

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