User:Timothytyy/twinkleoptions.js
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
Documentation for this user script can be added at User:Timothytyy/twinkleoptions. |
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Commons: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,
"watchSpeedyPages": [
"g3",
"g5",
"g10",
"g11"
],
"welcomeUserOnSpeedyDeletionNotification": [
"db",
"g1",
"g3",
"g4",
"g5",
"g6",
"g8",
"g10",
"g11",
"u3",
"f1",
"f2",
"f3",
"f4",
"f7",
"f8",
"f9",
"f10",
"c1",
"c2",
"t1",
"t2",
"ga1",
"ga2",
"com1"
],
"notifyUserOnSpeedyDeletionNomination": [
"db",
"g1",
"g3",
"g4",
"g5",
"g6",
"g8",
"g10",
"g11",
"u3",
"f1",
"f2",
"f3",
"f4",
"f7",
"f8",
"f9",
"f10",
"c1",
"c2",
"t1",
"t2",
"ga1",
"ga2",
"com1"
],
"logSpeedyNominations": true
};
// </nowiki>
// End of twinkleoptions.js